assets_indexer
To generate indexed constants for your assets in dart/flutter project! Inspired by android R.java concept
0.0.11
ishaquehassan/assets_indexer
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.9 years
Most releases are documented
notes for 9 of 11 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
11 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · May 2021 to Jul 2023
2022
2023
2024
2025
2026
Releases
latest 11-
0.0.1128 Jul 2023 -
0.0.1011 Sep 2021Nothing published for this version
-
0.0.902 Jun 2021Nothing published for this version
-
0.0.815 May 2021 -
0.0.715 May 2021Release notes
Open source →- Dartdoc generated
- Removed not-required keywords
- Combined both indexers in single file
-
0.0.615 May 2021Release notes
Open source →- Fixed indexing for new files in existing dir
- Auto removing files from generated dir when dir is removed
- Null-safety opt-in
- Now assets dirs are linked to pubspec.yaml declarations from
flutter > assetslist
-
0.0.512 May 2021 -
0.0.412 May 2021Release notes
Open source →- Now when you add
flutter > fontsin your pubspec.yaml, it will automatically indexed in app_fonts.asset.dart class which can be referenced by AppFonts.<yourFontName>
- Now when you add
-
0.0.310 May 2021Release notes
Open source →- 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.209 May 2021Release notes
Open source →- Fixed bug when filename starts from number
- Added validation to skip filenames matching with language keywords
-
0.0.108 May 2021Release notes
Open source →- Just implemented indexer functionality
- Each asset directory will be generated as its separate class