assets_generator_kit 1.0.0
assets_generator_kit: ^1.0.0 copied to clipboard
Generate typed Flutter asset accessors for SVG, Lottie, image, and generic assets.
1.0.0 #
- Return native
SvgPicture,LottieBuilder, andImagewidgets from generated accessors. - Add optional widget keys to generated SVG, Lottie, and image accessors.
- Keep the existing wrapper widgets available for compatibility.
- Stabilize the package API for the first production-ready release.
0.1.0 #
- Initial release.
- Add typed Flutter asset generation from configured folders.
- Add SVG and Lottie wrapper widgets.
- Add CLI command:
dart run assets_generator_kit generate. - Add
build_runnerbuilder support. - Fix
build_runneroutput tracking for consuming packages. - Add runnable Flutter example app.