From 046c1450da45bd796364285ab40db1bda5c444b3 Mon Sep 17 00:00:00 2001 From: Albert Kaiser Date: Thu, 21 Nov 2024 00:38:01 +0100 Subject: [PATCH] flutter 3.24.5 (#98) --- .github/actions/setup-flutter/action.yaml | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup-flutter/action.yaml b/.github/actions/setup-flutter/action.yaml index 91c8cca..a080727 100644 --- a/.github/actions/setup-flutter/action.yaml +++ b/.github/actions/setup-flutter/action.yaml @@ -6,6 +6,6 @@ runs: steps: - uses: subosito/flutter-action@v2 with: - flutter-version: "3.24.4" + flutter-version: "3.24.5" channel: "stable" cache: true diff --git a/pubspec.lock b/pubspec.lock index 1d7ed20..49fa0e3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -94,10 +94,10 @@ packages: dependency: "direct main" description: name: go_router - sha256: ce89c5a993ca5eea74535f798478502c30a625ecb10a1de4d7fef5cd1bcac2a4 + sha256: "8ae664a70174163b9f65ea68dd8673e29db8f9095de7b5cd00e167c621f4fef5" url: "https://pub.dev" source: hosted - version: "14.4.1" + version: "14.6.0" http: dependency: "direct main" description: @@ -328,10 +328,10 @@ packages: dependency: transitive description: name: url_launcher_linux - sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af + sha256: "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935" url: "https://pub.dev" source: hosted - version: "3.2.0" + version: "3.2.1" url_launcher_macos: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bffc081..d56d075 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: auto_size_text: ^3.0.0 flutter: sdk: flutter - go_router: ^14.4.1 + go_router: ^14.6.0 http: ^1.2.2 provider: ^6.1.2 transparent_image: ^2.0.1