Skip to content

Commit

Permalink
Update dependency flutter to v3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and BjoernPetersen committed Dec 13, 2024
1 parent 357f661 commit 533d095
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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
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

0 comments on commit 533d095

Please sign in to comment.