Skip to content

Instantly share code, notes, and snippets.

@riscait
Created July 26, 2020 05:56
Show Gist options
  • Save riscait/3309c37cd1772eeae67e8115ab065855 to your computer and use it in GitHub Desktop.
Save riscait/3309c37cd1772eeae67e8115ab065855 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter Debug-Development",
"request": "launch",
"type": "dart",
"program": "lib/main_development.dart",
"args": [
"--debug",
"--flavor",
"development",
]
},
{
"name": "Flutter Release-Development",
"request": "launch",
"type": "dart",
"program": "lib/main_development.dart",
"args": [
"--release",
"--flavor",
"development",
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment