FlutterGen / flutter_gen

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
https://pub.dev/packages/flutter_gen
MIT License
1.48k stars 150 forks source link

[BUG]: SvgTheme does not work #531

Closed Kirpal closed 4 months ago

Kirpal commented 4 months ago

Is there an existing issue for this?

Version

5.5.0+1

Command type

build_runner (Default)

What happened?

The SvgTheme no longer works when using the flutter_svg integration. The issue is that the theme should be passed to the bytesLoader when using the default SvgPicture constructor, but right now it's passed to the constructor (which is deprecated).

Relevant a pubspec.yaml.

No response

Relevant log output

No response

Code of Conduct