extended_path 0.0.2 copy "extended_path: ^0.0.2" to clipboard
extended_path: ^0.0.2 copied to clipboard

outdated

A Flutter Path object with superpowers, including re-sampling, dashed lines and a lot more!

extended_path Pub #

This library encapsulates the PathExtended object which serves as a extension to the parent Path class of Flutter. Internally a sampled representation of the Path is stored and updated, allowing to manipulate the Path object in powerful ways.

🚧 This library is still at early-stage development and might be subject to breaking API changes!!! 🚧

Getting Started #

    Path p = Path()..addRect(Rect.fromCircle(center: Offset.zero, radius: 2.0));
    PathExtended pp = PathExtended(p)
      ..applyPathEffect(DashPathEffect([10,2], dashOffset: -1))
      ..addPath(circle(0,30.0),Offset.zero);
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter Path object with superpowers, including re-sampling, dashed lines and a lot more!

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on extended_path