Last active
February 28, 2021 11:11
-
-
Save olexale/69c177076c2754fc823ce82b8dba0d4c to your computer and use it in GitHub Desktop.
BDD in Flutter article code generation commands
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
flutter pub run build_runner build - delete-conflicting-outputs | |
# or | |
flutter pub run build_runner watch - delete-conflicting-outputs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment