Skip to content

Commit

Permalink
chore: Update flutter and SDK versions to 3.4.0 and 3.24.0 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Aug 7, 2024
1 parent 75650de commit 092df05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ platforms:
version: 1.0.0+1

environment:
sdk: '>=3.24.0 <4.0.0'
flutter: ">=3.16.0"
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0"

dependencies:
# Flutter SDK
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ platforms:
# path: example.png

environment:
sdk: '>=3.24.0 <4.0.0'
flutter: ">=3.13.9"
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down

0 comments on commit 092df05

Please sign in to comment.