Skip to content

Commit

Permalink
flutter-init.sh: Add flutter config --no-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed May 29, 2021
1 parent 4f2c774 commit 6d6f877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ FLUTTER_VERSION_FILE=$GEN_FILE_PATH/flutter_version.dart

cd src/ui/flutter_app || exit

flutter config --no-analytics

flutter pub get
flutter pub global activate intl_utils
flutter --no-color pub global run intl_utils:generate
Expand Down

0 comments on commit 6d6f877

Please sign in to comment.