Created
October 3, 2024 23:57
-
-
Save jtmuller5/35c45cf42e8b7c140252e0ef8cd37c29 to your computer and use it in GitHub Desktop.
One-click Flutter build_runner
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": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "Build Runner", | |
"type": "shell", | |
"command": "flutter pub run build_runner build --delete-conflicting-outputs", | |
"group": { | |
"kind": "build", | |
"isDefault": true | |
}, | |
"problemMatcher": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment