Skip to content

Commit

Permalink
chore(all): bump flutter version to 3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giboin committed Sep 23, 2024
1 parent 8275a24 commit 6b4c0d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flutter_reach_five/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.24.3"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion flutter_reach_five/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/bamlab/Flutter-ReachFive

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.24.3"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion flutter_reach_five_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/bamlab/Flutter-ReachFive

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.24.3"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion flutter_reach_five_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/bamlab/Flutter-ReachFive

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.24.3"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion flutter_reach_five_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/bamlab/Flutter-ReachFive

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.24.3"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_reach_five_workspace

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.24.3"

dev_dependencies:
melos: ^4.1.0

0 comments on commit 6b4c0d1

Please sign in to comment.