Skip to content

Commit

Permalink
chore: update to Flutter 3.24 and Dart 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuruyuri16 committed Nov 22, 2024
1 parent cd1306f commit a8116a0
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 @@ -4,8 +4,8 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
bloc: ^8.0.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ funding: [https://github.com/sponsors/felangel]
version: 0.1.0

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down

0 comments on commit a8116a0

Please sign in to comment.