fix: Remove generation from pubspec, update install script

This commit is contained in:
Anton Stubenbord
2023-02-22 15:54:20 +01:00
parent a360bac808
commit 44d9b74fb3
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ dev_dependencies:
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
generate: true
# generate: true
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.

View File

@@ -5,5 +5,5 @@ flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
popd
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter gen-l10n
flutter pub run build_runner build --delete-conflicting-outputs