Skip to content

Commit

Permalink
flutter 3.24.5 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiser authored Nov 20, 2024
1 parent 8d9aecb commit 046c145
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-flutter/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 046c145

Please sign in to comment.