flutter_gen icon indicating copy to clipboard operation
flutter_gen copied to clipboard

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.

Results 91 flutter_gen issues
Sort by recently updated
recently updated
newest added

As stated, it seems just like ignoring it. So I have looked through related code and found a very interesting lines that I suspect cause that (without debugging it). Looks...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

I would like to add the generated files to be "part of" my constants file. I can add the `part "colors.gen.dart"` part but I am missing the corresponding `part of...

### What does this change? This pull request will add the ability to exclude directories and files, that are listed in the flutter assets section, from the code generation with...

Hi, Could you please add a config parameter to be able to use not default class name such as 'Asstes' but custom one? So if custom class name is `MyAssets`...

enhancement
contributions welcome

I get this error when I try to run ` flutter pub run build_runner build --delete-conflicting-outputs ` in my local package inside my project ``` Unhandled exception: Bad state: Unable...

Is it possible to select only some folders and not all from `assets/`? with this I mean overriding the default ```yaml flutter: assets: - ... ``` and tell `flutter_gen` to...

Please consider the following use-case: ``` assets/images/... -> should be generated assets/data/... -> should not be generated ``` All files inside the data folder are simple data files, for example...

enhancement
contributions welcome

When `package_parameter_enabled`, `RiveGenImage` does not prefix asset path with 'packages/`packageName`', and rive has no `package` option in `RiveAnimation.asset`.

``` Image image({ Key? key, AssetBundle? bundle, ImageFrameBuilder? frameBuilder, ImageErrorWidgetBuilder? errorBuilder, String? semanticLabel, bool excludeFromSemantics = false, double? scale = 1.0, double? width, double? height, Color? color, Animation? opacity, BlendMode?...