Skip to content

Commit

Permalink
flutter 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiser committed Aug 21, 2024
1 parent fff6f9c commit 32225c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.0"
flutter-version: "3.24.1"
channel: "stable"
cache: true
2 changes: 1 addition & 1 deletion .github/workflows/release_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: ./.github/actions/setup-flutter
- name: Build
#run: flutter build web --profile --no-web-resources-cdn --base-href /own/raumunikate.com/
run: flutter build web --profile --base-href /raumunikate/
run: flutter build web --profile --no-web-resources-cdn --base-href /raumunikate/
- name: Upload
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
12 changes: 6 additions & 6 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: ddc16d34b0d74cb313986918c0f0885a7ba2fc24d8fb8419de75f0015144ccfe
sha256: "48d03a1e4887b00fe622695139246e3c778ac814eeb32421467b56d23fa64034"
url: "https://pub.dev"
source: hosted
version: "14.2.3"
version: "14.2.6"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -312,10 +312,10 @@ packages:
dependency: transitive
description:
name: url_launcher_android
sha256: "94d8ad05f44c6d4e2ffe5567ab4d741b82d62e3c8e288cc1fcea45965edf47c9"
sha256: e35a698ac302dd68e41f73250bd9517fe3ab5fa4f18fe4647a0872db61bacbab
url: "https://pub.dev"
source: hosted
version: "6.3.8"
version: "6.3.10"
url_launcher_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -384,10 +384,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
web:
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.2.3
go_router: ^14.2.6
http: ^1.2.2
provider: ^6.1.2
transparent_image: ^2.0.1
Expand Down

0 comments on commit 32225c5

Please sign in to comment.