Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 17, 2020 15:21
Show Gist options
  • Save velotiotech/08f9b47b626d74e83e1996d0b20cc043 to your computer and use it in GitHub Desktop.
Save velotiotech/08f9b47b626d74e83e1996d0b20cc043 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Development",
"request": "launch",
"type": "dart"
},
{
"name": "Profile",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment