img_cut_pro 0.0.1
img_cut_pro: ^0.0.1 copied to clipboard
A Flutter package for cutting and clipping images into custom shapes with 1:1 aspect ratio, offering over 30 shape types, and supporting any Image widget (network, asset, or memory).
img_cut_pro #
A Flutter package for cutting and clipping images into custom shapes with 1:1 aspect ratio.
Supports over 30 shape types and accepts any Image widget (Asset, Network, Memory).
[Example 1] [Example 2]
Features #
- 1:1 aspect ratio image clipping.
- Over 30 custom shapes (pills, flowers, triangles, and more).
- Accepts any
Imagewidget:Image.assetImage.networkImage.memory
- Easy to integrate into Flutter projects.
Installation #
Add img_cut_pro as a dependency in your pubspec.yaml:
dependencies:
img_cut_pro: ^0.0.1