Skip to content

Commit

Permalink
fix(all): Increase min Flutter version to fix dartPluginClass registr…
Browse files Browse the repository at this point in the history
…ation (#1275)
  • Loading branch information
miquelbeltran committed Oct 20, 2022
1 parent d606a7b commit 1cb640d
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/pubspec.yaml
Expand Up @@ -42,4 +42,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.11.0"
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.11.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity_plus/connectivity_plus/pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectiv

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=2.11.0"

flutter:
plugin:
Expand Down
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=2.11.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/device_info_plus/device_info_plus/pubspec.yaml
Expand Up @@ -44,4 +44,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=2.11.0"
Expand Up @@ -18,4 +18,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4"
flutter: ">=2.11.0"
2 changes: 1 addition & 1 deletion packages/network_info_plus/network_info_plus/pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/network_i

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.11.0"

flutter:
plugin:
Expand Down
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.11.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/package_info_plus/package_info_plus/pubspec.yaml
Expand Up @@ -45,4 +45,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=2.11.0"
Expand Up @@ -18,4 +18,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4"
flutter: ">=2.11.0"
1 change: 0 additions & 1 deletion packages/sensors_plus/sensors_plus/example/pubspec.yaml
Expand Up @@ -25,4 +25,3 @@ flutter:

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.9.1+hotfix.2"
2 changes: 1 addition & 1 deletion packages/sensors_plus/sensors_plus/pubspec.yaml
Expand Up @@ -33,4 +33,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=2.11.0"
Expand Up @@ -18,4 +18,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4"
flutter: ">=2.11.0"
1 change: 0 additions & 1 deletion packages/share_plus/share_plus/example/pubspec.yaml
Expand Up @@ -27,4 +27,3 @@ flutter:

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/pubspec.yaml
Expand Up @@ -46,4 +46,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.11.0"
Expand Up @@ -21,4 +21,4 @@ dev_dependencies:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.11.0"

0 comments on commit 1cb640d

Please sign in to comment.