Files
finger_print_app/.vscode/launch.json
Mohammed Al-Samarraie 2fd5aff0c2 1111
2026-01-16 14:42:43 +03:00

26 lines
731 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "finger_print_app",
"request": "launch",
"type": "dart"
},
{
"name": "finger_print_app (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "finger_print_app (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}