asset_bundle_generator 0.0.5
asset_bundle_generator: ^0.0.5 copied to clipboard
A builder that can be used to embed assets into your Dart or Flutter project.
0.0.5 #
-
Output directory will no longer be deleted with
creation_mode: always. -
Added config option
utility.include_generation_timestamp.
0.0.4 #
- Bugfix with
creation_mode: always, where the builder tried to delete the output directory, even if it does not exist.
0.0.3 #
-
Improved
README.md. -
Added
utilityoptions section. -
Added timestamp to generated files.
0.0.2 #
- Added generated class
AssetId.
0.0.1 #
- Initial version.