yang-f / flutter_svg_provider

Use svg as image provider.
https://pub.dev/packages/flutter_svg_provider
Apache License 2.0
47 stars 72 forks source link

fix: pass color to flutter_svg #63

Closed cybor97 closed 5 months ago

cybor97 commented 6 months ago

It appears that "color" property is not used which leads to an issue with it's never applied = there's no way to change color of SVG icons.

Fixed by passing color (processed by getFilterColor) as currentColor