flutter_asset_generator icon indicating copy to clipboard operation
flutter_asset_generator copied to clipboard

Generate an R file for mapping all assets. Supports preview of image.

Results 2 flutter_asset_generator issues
Sort by recently updated
recently updated
newest added

I would like to set the output path via the `fgen.yaml` configuration file. I'm currently setting the path of the generated file with the command: `fgen -o lib/generated/resource.dart` Is there...

比如assets/example.png 会生成变量名为: ASSETS_EXAMPLE_PNG 我想生成这样的变量名字: r_example 也就是 1. 前缀统一为 自定义字符 "r". 2. 不携带文件扩展名. 3. 全小写 这些能否全都可配置?

enhancement