Skip to content

Instantly share code, notes, and snippets.

@VB10
Created September 19, 2022 23:49
Show Gist options
  • Save VB10/80020abaf13d6761831744317d1f025e to your computer and use it in GitHub Desktop.
Save VB10/80020abaf13d6761831744317d1f025e to your computer and use it in GitHub Desktop.
if [ "$1" = "force" ]
then
flutter packages pub run build_runner build --delete-conflicting-outputs
else
flutter packages pub run build_runner build
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment