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

Creating basic shapes is now easy with the shape_to_go package.

pub package

shape_to_go #

Creating basic shapes is now easy with the shape_to_go package.

Example #

ClipPath(
    clipper: Potter(points: [
        const TopLeftEdge(),
        const PointOnShap(xDivider: 2,yDivider: 3),
        const TopRightEdge(),
        const PointOnShap(xDivider: 3/2,yDivider: 2),
        const BottomRightEdge(),
        const PointOnShap(xDivider: 2,yDivider: 3/2),
        const BottomLeftEdge(),
        const PointOnShap(xDivider: 3,yDivider: 2),
        ]
        ),
        child: Container(
        color: Colors.green,
        width: 342,
        height: 357,
        ),
    ),
2
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Creating basic shapes is now easy with the shape_to_go package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shape_to_go