fsa 0.0.1 copy "fsa: ^0.0.1" to clipboard
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 generate to scan assets/ and fonts/ and produce outputs.
    • Pubspec editor: rewrites flutter:assets: and fonts: as explicit multiline blocks.
    • Generator: creates lib/core/assets/app_assets.dart with:
      • Uppercase constants preserving file format suffixes (e.g. LOGO_PNG).
      • Grouped classes per top-level asset folder and an aggregator AppAssets.
      • AppFontFamilies for discovered font families.
    • Safe-mode behavior: preserves stable order and avoids destructive edits.
    • README and basic package metadata.

1
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Smart Assets - CLI tool that auto-scans assets/fonts and generates strongly-typed Dart constants with auto-updated pubspec.yaml

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, yaml, yaml_edit

More

Packages that depend on fsa