flutter_svg
flutter_svg copied to clipboard
Simple svg not rendered properly on mobile browsers
I just added flutter_svg 2.0.0+1 to my app with the optimization of vector_graphics_compiler. The icons are properly rendered on all the platform (even on the Web) but not on mobile browsers (I tried chrome for android and firefox for android). Maybe it is an issue with the flutter html renderer.
Example images (on the right the expected result

You can find all the icons here And you can see the web app with the issue here
The more I look at bugs like this the more I think we should just be injecting the SVG if we're on the HTML backend. But it always turns out to be harder than I think it should be. I'm going to see if we can do it again.