Open ravindranathakila opened 3 years ago
Would be a great feature.
Have you considered alternatives like https://pub.dev/packages/svg_drawing_animation? I made svg_drawing_animation because I needed a few extra features, and loading from network was among them.
At the moment, the library allows loading assets via assets; We would love to be able to load SVG via web. At the moment; as a workaround we do the following:
Modify
drawing_animation.dart
: Add the lineLoad the file via network, and parse the content as:
Then use it as:
While loading file via network might not be a priority, we would like
parser.dart
to be available to use meanwhile.