Skip to content

Commit e9811e2

Browse files
no message
1 parent a4054b8 commit e9811e2

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

packages/core/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: flutter_gen_core
22
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
3-
version: 5.8.0
3+
version: 5.9.0
44
homepage: https://github.com/FlutterGen/flutter_gen
55
repository: https://github.com/FlutterGen/flutter_gen
66
documentation: https://github.com/FlutterGen/flutter_gen
77
issue_tracker: https://github.com/FlutterGen/flutter_gen/issues
88

99
environment:
10-
sdk: '>=2.17.0 <4.0.0'
10+
sdk: ">=2.17.0 <4.0.0"
1111

1212
version_gen:
1313
path: lib/
@@ -24,7 +24,7 @@ dependencies:
2424
json_annotation: ^4.4.0
2525
glob: ^2.0.0
2626

27-
dart_style: ">=2.2.4 <4.0.0"
27+
dart_style: ">=3.0.1 <4.0.0"
2828
archive: ^4.0.2
2929
args: ^2.0.0
3030
pub_semver: ^2.0.0

packages/runner/pubspec.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
name: flutter_gen_runner
22
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
3-
version: 5.8.0
3+
version: 5.9.0
44
homepage: https://github.com/FlutterGen/flutter_gen
55
repository: https://github.com/FlutterGen/flutter_gen
66
documentation: https://github.com/FlutterGen/flutter_gen
77
issue_tracker: https://github.com/FlutterGen/flutter_gen/issues
88

99
environment:
10-
sdk: '>=2.17.0 <4.0.0'
10+
sdk: ">=2.17.0 <4.0.0"
1111

1212
dependencies:
13-
flutter_gen_core: 5.8.0
13+
flutter_gen_core:
14+
git:
15+
url: https://github.com/CaoGiaHieu-dev/flutter_gen.git
16+
path: packages/core
1417
build: ^2.0.0
1518
collection: ^1.17.0
1619
crypto: ^3.0.0

0 commit comments

Comments
 (0)