asset_image_generator 3.1.1
asset_image_generator: ^3.1.1 copied to clipboard
A Dart plugin to generate app_images.dart file with static constants for all asset images
📦 Asset Image Generator – Changelog #
3.1.1 – 2025-06-06 #
- Path issue sloved
3.1.0 – 2025-06-06 #
- Added Direct Access
3.0.0 – 2025-06-06 #
- Fixed Asset Generation
2.0.0 – 2025-06-06 #
⚠️ 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
...
1.0.0 - 2025-06-05 #
- Initial release: generates type-safe Dart constants for asset images.