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
[X] I agree to follow this project's Code of Conduct
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 thebytesLoader
when using the defaultSvgPicture
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