Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 300 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 300 Bytes

Contribution tips

How to run and build flutter app

flutter clean
flutter pub get
flutter pub upgrade --major-versions dart run build_runner build --delete-conflicting-outputs

How to release

git tag v0.0.2
git push --tags
flutter build appbundle --release