flutter_test1/Makefile

8 lines
105 B
Makefile

prep:
flutter create flutter_test1
flutter bin
words:
flutter pub add english_words
flutter pub get