Skip to content

Instantly share code, notes, and snippets.

@jtmuller5
Created October 3, 2024 23:57
Show Gist options
  • Save jtmuller5/35c45cf42e8b7c140252e0ef8cd37c29 to your computer and use it in GitHub Desktop.
Save jtmuller5/35c45cf42e8b7c140252e0ef8cd37c29 to your computer and use it in GitHub Desktop.
One-click Flutter build_runner
{
"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