flutter_gen
flutter_gen copied to clipboard
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
### Is there an existing issue for this? - [x] I have searched the existing issues ### Version 5.10.0 ### Command type build_runner (Default) ### What happened? When running the...
## What does this change? In the SVG integration, assets that have a [`vector_graphics_compiler`](https://pub.dev/packages/vector_graphics_compiler) [asset transformer](https://docs.flutter.dev/ui/assets/asset-transformation) will use `SvgGenImage.vec` constructor to use correct bytes loader. Fixes #684 🎯 ## Type...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem `flutter_svg` allows us to precompile the SVGs so that the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem With libraries connecting Flutter to the platform, there will be...
## What does this change? Fixes #675 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) -...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem Besides image sizes, I want to read more metadata from...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Version 5.10.0 ### Command type `fluttergen` but using `dart run build_runner build` is...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Version v5.10.0 ### Command type Homebrew ### What happened? https://github.com/FlutterGen/flutter_gen/actions/runs/13613181715/job/38052889178 ### Relevant a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Common pattern for whitelabel solutions is to have different flavors...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem In https://github.com/FlutterGen/flutter_gen/pull/569 , default value of `gaplessPlayback` change to `true`....