assets_generator_kit
Generate typed Flutter asset accessors for SVG, Lottie, image, and generic assets.
What this package is like to depend on
Last release 1 months ago
23 Jul 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Jul 2026Releases
latest 2-
1.0.023 Jul 2026Release notes
Open source →- 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.
- Return native
-
0.1.013 Jul 2026Release notes
Open source →- 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.