Skip to content

Commit

Permalink
Updates minimum supported Flutter version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Sep 10, 2023
1 parent 2aeb073 commit 7a626b4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions flutter_custom_tabs/example/.pluginToolsConfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
buildFlags:
_pluginToolsConfigGlobalKey:
- "--no-tree-shake-icons"
- "--dart-define=buildmode=testing"
1 change: 1 addition & 0 deletions flutter_custom_tabs/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
cupertino_icons: ^1.0.2
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.20.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/droibit/flutter_custom_tabs

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.20.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=2.2.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.20.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 7a626b4

Please sign in to comment.