Skip to content

Commit

Permalink
deps: bump flutter to 3.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Mar 25, 2023
1 parent 5f8c4c4 commit 7b95a7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.7.6",
"flutterSdkVersion": "3.7.8",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.6"
flutter-version: "3.7.8"
channel: "stable"
- name: Dependencies
run: flutter pub get
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: "none"
version: 1.8.0+27

environment:
flutter: '>=3.7.6'
sdk: ">=2.19.3 <3.0.0"
flutter: '>=3.7.8'
sdk: ">=2.19.5 <3.0.0"

dependencies:
basic_utils: 5.5.1
Expand Down

0 comments on commit 7b95a7a

Please sign in to comment.