flutter_asset_generator
flutter_asset_generator copied to clipboard
Set Output Path Using Configuration
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 a way to specify the output directory using the configuration file?