Skip to content

Commit

Permalink
release v5.3.0 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef authored Apr 18, 2023
1 parent 5443988 commit e57307d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## 5.3.0

**Feature**
- [#361](https://github.com/FlutterGen/flutter_gen/pull/361) Add package parameter to generated asset provider method. [@orevial](https://github.com/orevial)

**Bug fix**
- [#396](https://github.com/FlutterGen/flutter_gen/pull/369) Fix `flutter_svg` `>=2.0.4` requires a non-null `clipBehavior` field. [@jetpeter](https://github.com/jetpeter) [@hasanmhallak](https://github.com/hasanmhallak)

**Development**
- [#380](https://github.com/FlutterGen/flutter_gen/pull/380) Migrate to melos v3. [@blaugold](https://github.com/blaugold) [@jfacoustic](https://github.com/jfacoustic)
- Update Dart SDK to `>=2.17.0 <3.0.0`.

## 5.2.0


**Feature**
- [#350](https://github.com/FlutterGen/flutter_gen/pull/350) [**BREAKING CHANGES**] Upgrade for support of `flutter_svg 2.0.0`.

Expand Down
4 changes: 2 additions & 2 deletions examples/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter

flutter_svg: 2.0.0+1
flutter_svg: 2.0.5
flare_flutter: 3.0.2
rive: 0.9.1
lottie: 2.0.0
Expand Down Expand Up @@ -107,7 +107,7 @@ dev_dependencies:
build_runner: ^2.1.11
freezed: ^2.3.2
json_serializable: 6.6.1
flutter_gen_runner: ^5.2.0
flutter_gen_runner: ^5.3.0

flutter_lints: ^2.0.1

Expand Down
4 changes: 2 additions & 2 deletions examples/example_resources/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ dependencies:
flutter:
sdk: flutter

flutter_svg: 2.0.0+1
flutter_svg: 2.0.5
flare_flutter: 3.0.2
rive: 0.9.1
lottie: 2.0.0

dev_dependencies:
build_runner: ^2.1.11
flutter_gen_runner: ^5.2.0
flutter_gen_runner: ^5.3.0

flutter_gen:
output: lib/gen/
Expand Down
4 changes: 2 additions & 2 deletions packages/command/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen

description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
version: 5.2.0
version: 5.3.0
homepage: https://github.com/FlutterGen/flutter_gen
repository: https://github.com/FlutterGen/flutter_gen
documentation: https://github.com/FlutterGen/flutter_gen
Expand All @@ -14,7 +14,7 @@ executables:
fluttergen: flutter_gen_command

dependencies:
flutter_gen_core: 5.2.0
flutter_gen_core: 5.3.0
args: '>=2.0.0 <3.0.0'

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/lib/version.gen.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// DO NOT MODIFY BY HAND, Generated by version_gen
String packageVersion = '5.2.0';
String packageVersion = '5.3.0';
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen_core

description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
version: 5.2.0
version: 5.3.0
homepage: https://github.com/FlutterGen/flutter_gen
repository: https://github.com/FlutterGen/flutter_gen
documentation: https://github.com/FlutterGen/flutter_gen
Expand Down
4 changes: 2 additions & 2 deletions packages/runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen_runner

description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
version: 5.2.0
version: 5.3.0
homepage: https://github.com/FlutterGen/flutter_gen
repository: https://github.com/FlutterGen/flutter_gen
documentation: https://github.com/FlutterGen/flutter_gen
Expand All @@ -11,7 +11,7 @@ environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
flutter_gen_core: 5.2.0
flutter_gen_core: 5.3.0
build: '>=2.0.0 <3.0.0'
collection: '>=1.15.0 <2.0.0'
crypto: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit e57307d

Please sign in to comment.