mek_assets 3.0.0
mek_assets: ^3.0.0 copied to clipboard
Automatically generate dart classes / flutter pubspec entries for your assets files.
3.0.0 #
- build: released stable version
3.0.0-dev.5 #
- fix: check can read directory assets, if builder cant read the asset, it is excluded
- fix: if the single asset does not exist, an error will be thrown
3.0.0-dev.4 #
- feat: Added support for
build_runner. - docs: Updated
README.mdwith separate examples for script andbuild_runnerusage. - feat!: The generator now produces a single file called
assets.g.dart
2.0.0+1 #
- docs: fixed example documentation
2.0.0 #
- feat!: automatically generate Dart classes with resources based on Flutter
assetsproperty - build: require dart
3.5
1.1.1 #
- fix: fixes regexp for windows system
1.1.0 #
- feat: Can exclude files and folders from generation, pass the
excludeoption - feat: Can generate map files, pass the
create_map_filesoption totrue
1.0.0 #
- feat: stable release
- fix: typo in README.md
- fix: outputs of paths/fields is not sorted
0.1.1 #
- Fix incorrect multi format output
0.1.0 #
- Fix incorrect
formatmapping for format file - Fix generation of fields names on single format file
- Feat added
multiformat, it generates one class for directory - Feat added
prefix_class_namefield in group to customize class name generation inmultiformat - Feat added
output_file_namefield in group to customize generated output file name BREAKING CHANGES:- Changed defaults value for output file name and class name
- Renamed
multiformat totreeformat
0.0.1 #
- Initial version.