Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency flutter to v3.27.0 #145

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Build Web Package
runs-on: ubuntu-24.04
container:
image: ghcr.io/blindfoldedsurgery/flutter:2.1.0-3.24
image: ghcr.io/blindfoldedsurgery/flutter:2.1.0-3.27
options: --user 0
needs: [check-format, lint]
steps:
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
mkdir -p /config/rclone
echo "$CONFIG" > /config/rclone/rclone.conf
- name: Copy web package to bucket
run: rclone sync $PWD r2:${{ secrets.S3_BUCKET_NAME }}/
run: rclone sync "$PWD" r2:${{ secrets.S3_BUCKET_NAME }}/
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flutter 3.24.5-stable
flutter 3.27.0-stable
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,5 @@ packages:
source: hosted
version: "2.0.3"
sdks:
dart: ">=3.6.0-0 <4.0.0"
flutter: ">=3.24.0"
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ^3.5.0
flutter: ^3.24.0
sdk: ^3.6.0
flutter: ^3.27.0

dependencies:
bloc_concurrency: ^0.2.1
Expand Down
Loading