assets_indexer 0.0.5 assets_indexer: ^0.0.5 copied to clipboard
To generate indexed constants for your assets in dart/flutter project! Inspired by android R.java concept
[0.0.1] - Initial Release #
- Just implemented indexer functionality
- Each asset directory will be generated as its separate class
[0.0.2] - File Name bug fixed #
- Fixed bug when filename starts from number
- Added validation to skip filenames matching with language keywords
[0.0.3] - Version conflict issue resolved #
- Version conflicts issue resolved with build_runner for both older and new dependents
- Example added
- Multiple directories with same name will be merged in same class and can be differentiated by their parent dir name prefix
[0.0.4] - Added font family names indexing 🥳 #
- Now when you add
flutter > fonts
in your pubspec.yaml, it will automatically indexed in app_fonts.asset.dart class which can be referenced by AppFonts.
[0.0.5] - Added font family names indexing #
- Bugs fixes