From 9b9389e663c6f352c59348362129f72490a4c635 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 12 Feb 2026 12:49:51 +0100 Subject: [PATCH] upgrade flutter --- .github/workflows/build.yml | 2 +- app/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b8b3d68..6fbd676d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.38.5 + flutter-version: 3.41.0 cache: true - name: Setup Flutter dependencies diff --git a/app/pubspec.yaml b/app/pubspec.yaml index bdf2990b..29439681 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -62,7 +62,7 @@ dependencies: path_provider: ^2.1.5 permission_handler: ^12.0.1 pretty_qr_code: ^3.6.0 - qr_code_scanner_plus: ^2.0.14 + qr_code_scanner_plus: ^2.1.1 quick_actions: ^1.1.0 riverpod: ^3.1.0 riverpod_annotation: ^4.0.0 @@ -93,7 +93,7 @@ dependencies: uuid: ^4.5.2 dev_dependencies: - build_runner: ^2.11.0 + build_runner: ^2.11.1 copy_with_extension_gen: ^10.0.1 custom_lint: ^0.8.1 fast_equatable_lint: ^0.5.0