Skip to content
Closed
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
6 changes: 3 additions & 3 deletions packages/connectivity_plus/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ topics:

environment:
sdk: ">=3.2.0 <4.0.0"
# Flutter versions prior to 3.7 did not support the
# sharedDarwinSource option.
flutter: ">=3.7.0"
# Dart >=3.2.0 first shipped with Flutter 3.16.0, so that is the
# lowest Flutter version that can satisfy the SDK constraint above.
flutter: ">=3.16.0"

flutter:
plugin:
Expand Down
Loading