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

Libraries

asset_flow