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
486 stars 122 forks source link

Missing support for flutter for web #7

Open bean5 opened 4 years ago

bean5 commented 4 years ago

error

Probably same problem that https://github.com/dnfield/flutter_svg/issues/173 has.

sachaarbonel commented 4 years ago

@bean5 according to the comments you need to have canvas kit enabled instead of the default Html backend

bean5 commented 3 months ago

@sachaarbonel If that's clear in the Readme then I agree that this can be closed. Maybe I missed it or the Readme for updated later.

You can probably close this.