Skip to content

Commit

Permalink
fix(example): Incorrect minimum version configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyCocos committed Nov 19, 2024
1 parent 2d69758 commit 6d8a762
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/android_alarm_manager_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: android_alarm_manager_plus_example
description: Demonstrates how to use the android_alarm_manager_plus plugin.

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/android_intent_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: android_intent_plus_example
description: Demonstrates how to use the android_intent plugin.

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/battery_plus/battery_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: battery_plus_example
description: Demonstrates how to use the battery_plus plugin.

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: connectivity_plus_example
description: Demonstrates how to use the connectivity_plus plugin.

environment:
sdk: '>=2.12.0 <4.0.0'
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ flutter:
uses-material-design: true

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: network_info_plus_example
description: Demonstrates how to use the network_info_plus plugin.

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 1.2.3+4
publish_to: 'none'

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
clock: ^1.1.1
Expand Down
4 changes: 2 additions & 2 deletions packages/sensors_plus/sensors_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ flutter:
uses-material-design: true

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

0 comments on commit 6d8a762

Please sign in to comment.