Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Development",
- "request": "launch",
- "type": "dart",
- "program": "lib/main_dev.dart",
- "args": [
- "--flavor",
- "dev"
- ]
- },
- {
- "name": "Production",
- "request": "launch",
- "type": "dart",
- "program": "lib/main.dart",
- "args": [
- "--flavor",
- "prod"
- ]
- },
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment