assets_gen 1.5.0
assets_gen: ^1.5.0 copied to clipboard
The assets_gen package helps you to generate a .dart file that contains all assets according to `pubspec.yaml`.
1.5.0 - 2023-02-12 #
- Support windows os #7.
1.4.1 - 2023-01-05 #
- Fix issue #6.
- Re-support separated option file
assets_gen.yaml
.
1.4.0 - 2022-12-28 #
- Fix issue #3 and #4.
1.3.0 - 2022-11-14 #
- Support new build options.
1.2.0 - 2021-10-18 #
- Null safety.
- Disable auto generation for dependencies.
1.1.2 - 2021-06-22 #
- Support more glob syntax.
1.1.1 - 2020-12-02 #
- Constrain
ansicolor
to^1.1.0
.
1.1.0 - 2020-10-28 #
- Change default output file name to
assets.dart
to avoid conflicts withjson_serializable
. - Colorful terminal output.
- Watch pubspec.yaml to reparse it and then generate new output.
1.0.0 - 2020-10-22 #
- Add script to run directly 🚀🚀🚀.
0.3.0 - 2020-09-29 #
- Support plurals.
0.2.1 - 2020-09-09 #
- Support options config in pubspec.yaml.
- Support omits path levels to shorten asset key.
0.1.4 - 2020-09-04 #
- Add
pedantic
.
0.1.3 - 2020-09-03 #
- Ignore hidden files, e.g.
.DS_Store
.
0.1.2 - 2020-09-01 #
- Support asset file beyond
assets/**
dir.
Note: asset beyondassets/**
won't trigger rebuild when in watch mode.
0.1.1 - 2020-08-29 #
- Initial release.