Skip to content

Instantly share code, notes, and snippets.

@NirmalAriyathilake
Last active October 27, 2022 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NirmalAriyathilake/573908731a831a1186f48049b0704e05 to your computer and use it in GitHub Desktop.
Save NirmalAriyathilake/573908731a831a1186f48049b0704e05 to your computer and use it in GitHub Desktop.
Flutter vscode launch file - launch flutter app with verbose in debug mode
{
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"flutterMode": "debug",
"args": [
"--verbose"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment