Created
September 19, 2022 23:49
-
-
Save VB10/80020abaf13d6761831744317d1f025e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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