barcode_scanner/.vscode/launch.json
2025-06-19 16:41:41 +03:00

26 lines
732 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": "barcode_scanner",
"request": "launch",
"type": "dart"
},
{
"name": "barcode_scanner (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "barcode_scanner (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}