From d0a379ccdd92111ac49d059a866b9297c9e99a1b Mon Sep 17 00:00:00 2001 From: nixos script Date: Wed, 22 May 2024 13:36:33 +0800 Subject: [PATCH] fix some of the dart analyzer complaints try to generate locals manually --- .github/workflows/build.yml | 1 - .github/workflows/release.yml | 1 - pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ff23d4c..b91b33dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,6 @@ jobs: # - name: Run tests with nix (starts postgres and invidious server) # run: nix-shell --run './submodules/flutter/bin/flutter test' - run: ./submodules/flutter/bin/flutter pub run flutter_native_splash:create - - run: ./submodules/flutter/bin/flutter gen-l10n - run: ./submodules/flutter/bin/flutter build apk --profile --split-per-abi - name: Archive build artifacts uses: actions/upload-artifact@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f9196b1..8a6f8a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,6 @@ jobs: ./submodules/flutter/bin/flutter config --no-analytics ./submodules/flutter/bin/flutter pub get ./submodules/flutter/bin/flutter pub run flutter_native_splash:create - ./submodules/flutter/bin/flutter gen-l10n ./submodules/flutter/bin/flutter build apk --split-per-abi ./submodules/flutter/bin/flutter build apk ./submodules/flutter/bin/flutter build appbundle diff --git a/pubspec.lock b/pubspec.lock index 02397659..0b55c55e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -479,10 +479,10 @@ packages: dependency: transitive description: name: flutter_cache_manager - sha256: "8207f27539deb83732fdda03e259349046a39a4c767269285f449ade355d54ba" + sha256: "395d6b7831f21f3b989ebedbb785545932adb9afe2622c1ffacf7f4b53a7e544" url: "https://pub.dev" source: hosted - version: "3.3.1" + version: "3.3.2" flutter_displaymode: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 139296ac..83c7af3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: flutter_web_auth: 0.5.0 freezed_annotation: 2.4.1 http: 1.2.1 - intl: any + intl: 0.19.0 json_annotation: 4.9.0 just_audio: 0.9.38 logging: 1.2.0