fsa 0.0.1
fsa: ^0.0.1 copied to clipboard
Flutter Smart Assets - CLI tool that auto-scans assets/fonts and generates strongly-typed Dart constants with auto-updated pubspec.yaml
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
- Prepare for enhancements: better tests, more robust scanning, CLI flags (future).
0.0.1 - 2025-10-17 #
- Initial release
- CLI:
fsa generateto scanassets/andfonts/and produce outputs. - Pubspec editor: rewrites
flutter:→assets:andfonts:as explicit multiline blocks. - Generator: creates
lib/core/assets/app_assets.dartwith:- Uppercase constants preserving file format suffixes (e.g.
LOGO_PNG). - Grouped classes per top-level asset folder and an aggregator
AppAssets. AppFontFamiliesfor discovered font families.
- Uppercase constants preserving file format suffixes (e.g.
- Safe-mode behavior: preserves stable order and avoids destructive edits.
- README and basic package metadata.
- CLI: