assetx 0.2.0
assetx: ^0.2.0 copied to clipboard
A Flutter asset management tool that generates Dart code for easy asset access.
0.0.1 #
- Complete CLI interface with add, remove, sync, and generate commands
- Four builtin asset types: image_hard, image_soft, kv_hard, kv_soft
- Hash-based folder name collision resolution
- toInternalPath utility for same-package asset usage
- ICO file format exclusion due to Flutter limitations
- Cross-package asset support with proper path generation
- Type-safe generated code with IDE autocomplete
- Automatic pubspec.yaml integration for soft assets
- Cross-platform path normalization
- Extension-based API integration