Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"