asset_image_generator
A Dart plugin to generate app_images.dart file with static constants for all asset images
What this package is like to depend on
Last release 1 years ago
06 Jun 2025
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 2 of 2 stable releases
3 versions withdrawn
withdrawn after publishing
1 years old
5 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jun 2025 to Jun 2025
2026
Releases
latest 5-
3.1.106 Jun 2025 -
3.1.006 Jun 2025 -
3.0.006 Jun 2025 withdrawn -
2.0.006 Jun 2025 withdrawnRelease notes
Open source →⚠️ Breaking Changes
- New File Structure: Generated files moved to
lib/generated/images/ - Folder-Based Classes: Instead of one
AppImages, now multiple (e.g.,IconsImages) - Import Changes: Update import paths to reflect new folder structure
- API Adjustments: Access patterns changed to
Images.icons.homeorIconsImages.home
🚀 Major Features Added
🔁 Folder-Specific Dart Files
...
- New File Structure: Generated files moved to
-
1.0.005 Jun 2025 withdrawnRelease notes
Open source →🎉 First stable release of Asset Image Generator!
- Generates type-safe asset references
- Supports multiple image formats
- Works across Windows, macOS, and Linux