biocarl / drawing_animation

A Flutter library for gradually painting SVG path objects on canvas (drawing line animation).
https://pub.dartlang.org/packages/drawing_animation
BSD 2-Clause "Simplified" License
488 stars 123 forks source link

Is it possible to use it as progress bar? #14

Closed dvird closed 2 years ago

dvird commented 3 years ago

i want to export the progress bar as svg and draw it by value of percent https://i.stack.imgur.com/jhy9Q.png

dvird commented 3 years ago

@biocarl ?