Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Created April 19, 2021 17:41
Show Gist options
  • Save MathVasc/d766b7bd65cb02133eff2c1748ababed to your computer and use it in GitHub Desktop.
Save MathVasc/d766b7bd65cb02133eff2c1748ababed to your computer and use it in GitHub Desktop.
launch with Key args
{
"version": "0.2.0",
"configurations": [
{
"name": "build",
"type": "dart",
"request": "launch",
"program": "lib/main.dart",
"args": [
"--dart-define", "APIKEY=12345678901234567890"
],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment