Skip to content

Commit

Permalink
upgrade: update required sdk version to >=2.17.0 on development
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef committed Apr 17, 2023
1 parent 47368d8 commit 2c00fe9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/command/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: https://github.com/FlutterGen/flutter_gen
issue_tracker: https://github.com/FlutterGen/flutter_gen/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: ">=2.17.0 <3.0.0"

executables:
fluttergen: flutter_gen_command
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: https://github.com/FlutterGen/flutter_gen
issue_tracker: https://github.com/FlutterGen/flutter_gen/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: ">=2.17.0 <3.0.0"

version_gen:
path: lib/
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: https://github.com/FlutterGen/flutter_gen
issue_tracker: https://github.com/FlutterGen/flutter_gen/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: ">=2.17.0 <3.0.0"

dependencies:
flutter_gen_core: 5.2.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen_repository

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.17.0 <3.0.0"

dev_dependencies:
melos: ^3.0.1
melos: ^3.0.1

0 comments on commit 2c00fe9

Please sign in to comment.