Skip to content

Commit

Permalink
FIX Dart min version to 2.19.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Feb 1, 2023
1 parent c81d429 commit 2f0029e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -645,5 +645,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.19.0-0 <4.0.0"
dart: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Two examples of how to use the FlexColorPicker package.
version: 3.1.0
publish_to: 'none'
environment:
sdk: '>=2.19.0-0 <4.0.0'
sdk: '>=2.19.0 <4.0.0'
flutter: '>=3.7.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,5 +425,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.19.0-0 <4.0.0"
dart: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ screenshots:
path: example/screenshots/wheel_picker_dark.png

environment:
sdk: '>=2.19.0-0 <4.0.0'
sdk: '>=2.19.0 <4.0.0'
flutter: '>=3.7.0'

dependencies:
Expand Down

0 comments on commit 2f0029e

Please sign in to comment.