mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 07:15:43 -06:00
fix: Remove generation from pubspec, update install script
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user