diff --git a/melos.yaml b/melos.yaml index 68d1070..9c6b3f5 100644 --- a/melos.yaml +++ b/melos.yaml @@ -19,7 +19,7 @@ command: bootstrap: environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dev_dependencies: # Linter rules (https://pub.dev/packages/flutter_lints) flutter_lints: ^4.0.0 diff --git a/record/example/pubspec.yaml b/record/example/pubspec.yaml index aa60e73..daea200 100644 --- a/record/example/pubspec.yaml +++ b/record/example/pubspec.yaml @@ -8,7 +8,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: path: ^1.8.0 diff --git a/record/pubspec.yaml b/record/pubspec.yaml index e18c309..95f5970 100644 --- a/record/pubspec.yaml +++ b/record/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: diff --git a/record_android/pubspec.yaml b/record_android/pubspec.yaml index 568dd65..ea98ae5 100644 --- a/record_android/pubspec.yaml +++ b/record_android/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_android environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: diff --git a/record_darwin/pubspec.yaml b/record_darwin/pubspec.yaml index 85c4ab4..0d07648 100644 --- a/record_darwin/pubspec.yaml +++ b/record_darwin/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_darwin environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: diff --git a/record_linux/pubspec.yaml b/record_linux/pubspec.yaml index da3b7c6..6bb9d4a 100644 --- a/record_linux/pubspec.yaml +++ b/record_linux/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_linux environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: diff --git a/record_platform_interface/pubspec.yaml b/record_platform_interface/pubspec.yaml index 4a0c69c..db54a87 100644 --- a/record_platform_interface/pubspec.yaml +++ b/record_platform_interface/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.1.0 environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: diff --git a/record_web/pubspec.yaml b/record_web/pubspec.yaml index 03c2b35..4436d0c 100644 --- a/record_web/pubspec.yaml +++ b/record_web/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_web environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: diff --git a/record_windows/pubspec.yaml b/record_windows/pubspec.yaml index 3085a11..26df272 100644 --- a/record_windows/pubspec.yaml +++ b/record_windows/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_windows environment: sdk: ^3.3.0 - flutter: ^3.16.0 + flutter: ">=3.16.0" dependencies: flutter: