Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 415 Bytes

NOTES.md

File metadata and controls

24 lines (20 loc) · 415 Bytes

Flutter SDK Developer Notes

BUILD RUNNER:

flutter packages pub run build_runner build

COMMIT BUG FIX BY NUMBER:

git commit -m "fix #xxx"

PUBLISHING STEPS:

  • update pubspec.yaml
  • update CHANGELOG.md
  • flutter clean
  • dart test -P itest
  • dart analyze .
  • dart format .
  • git commit -m ""
  • git push
  • flutter packages pub publish --dry-run

MISC NOTES: