Skip to content

Commit

Permalink
doc: add no null safety to build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
etabakov committed Oct 17, 2021
1 parent 584a91c commit d9367b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fivekmrun_app_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ For help getting started with Flutter, view our
samples, guidance on mobile development, and a full API reference.

## Production Build Commands
- Android: `flutter build appbundle --release --no-shrink`
- iOS: `flutter build ios`
- Android: `flutter build appbundle --release --no-shrink --no-sound-null-safety`
- iOS: `flutter build ios --release --no-sound-null-safety`

0 comments on commit d9367b1

Please sign in to comment.