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 Image widget:
    • Image.asset
    • Image.network
    • Image.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

Libraries

img_cut_pro