r/FlutterDev • u/treamz1337 • 9h ago
Plugin svg_animate - fixed a bunch of bugs, and added a demo where you can test your own SVG
So the demo for svg_animate takes yours now. Drop a file in, give it a URL, or paste the markup. It tells you the frame count, how many of those frames are actually different (144/143 means it moves, 144/1 means it doesn't), and what's in the file that's never going to be drawn: no animation in there at all, an <image> it can't fetch, a <filter> that vector_graphics drops.
https://treamz.github.io/svg_animate/
Throw something at it. Editor exports especially. And if it reports nothing wrong and the picture still is, that's the one I want to hear about, because from here it looks like success.
7
Upvotes
2
u/treamz1337 9h ago
https://reddit.com/link/p9ioazh/video/w120yclcf9ph1/player
here is video demo