Created
April 19, 2021 17:41
-
-
Save MathVasc/d766b7bd65cb02133eff2c1748ababed to your computer and use it in GitHub Desktop.
launch with Key args
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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