Skip to content

Commit 700d8aa

Browse files
committed
fix build
1 parent 11355b8 commit 700d8aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: flutter-init.sh

-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ mkdir -p "$ENV_FILE_PATH" || true
2727
touch "$ENV_FILE"
2828
export >"$ENV_FILE"
2929

30-
flutter pub global activate build_runner
3130
flutter pub run build_runner build --delete-conflicting-outputs

Diff for: src/ui/flutter_app/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies:
4747
dev_dependencies:
4848
build_runner: ^2.1.4
4949
copy_with_extension_gen: ^2.0.3
50+
flutter_gen_runner: ^4.0.0
5051
flutter_oss_licenses: ^1.0.1
5152
flutter_test:
5253
sdk: flutter

0 commit comments

Comments
 (0)