draw_svg 0.0.3 copy "draw_svg: ^0.0.3" to clipboard
draw_svg: ^0.0.3 copied to clipboard

This rendering library exposes a way to to render SVG paths in a drawing animation like fashion.

This rendering library exposes a way to to render SVG paths in a drawing like fashion.

Features #

| |more coming soon
... |

Getting started #

To get started with the draw_svg package you need a valid Svg file.

  1. Add dependency in your pubspec.yaml
dependencies:
  draw_svg: ^0.0.1

  1. Add the SVG asset
assets:
  - assets/my_drawing.svg

Usage #


    Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: const Text('HomePage'),
      ),
      body: DrawAnimation.svg('assets/sample.svg'),
    );
  }

Additional information #

Credits #

This package is highly inspired by the drawing animation package which is no longer maintaine . Try to rewrite this package in more modern way.

Author #

Faisal Kabir Galib

2
likes
90
pub points
29%
popularity

Publisher

unverified uploader

This rendering library exposes a way to to render SVG paths in a drawing animation like fashion.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, path_parsing, xml

More

Packages that depend on draw_svg