Skip to content

Instantly share code, notes, and snippets.

@amerblackbird
Created July 24, 2023 06:55
Show Gist options
  • Save amerblackbird/446f9d6fdaae8ddb86447c0ed132a0dc to your computer and use it in GitHub Desktop.
Save amerblackbird/446f9d6fdaae8ddb86447c0ed132a0dc to your computer and use it in GitHub Desktop.
Makefile from flutter app
get:
flutter pub get
outdated:
flutter pub outdatedd
upgrade:
flutter pub upgrade
test:
flutter test
logs:
flutter logs
clean:
flutter clean
build:
flutter pub
runner:
flutter pub run build_runner build --delete-conflicting-outputs
watch:
flutter packages pub run build_runner watch --delete-conflicting-outputs
apk:
flutter build apk
release_apk:
flutter build apk --release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment