asset_flow 0.0.7 copy "asset_flow: ^0.0.7" to clipboard
asset_flow: ^0.0.7 copied to clipboard

A Flutter code generator that simplifies asset management by automating the generation of asset-related code, making it easier to use resources like images and animations.

Asset Flow #

A Flutter code generator that simplifies asset management by automating the generation of asset-related code, making it easier to use resources like images and animations.

Generation #

After adding the package to your project, run the build_runner command to generate the asset_flow.dart file:

dart run build_runner build --delete-conflicting-outputs

The file will be generated in the lib/src/resources/assets/ folder.

Usage #

AssetFlow.assetName
4
likes
160
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter code generator that simplifies asset management by automating the generation of asset-related code, making it easier to use resources like images and animations.

Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

build, flutter

More

Packages that depend on asset_flow