crop
A Flutter package for cropping any widget, not only images. This package is entirely written in Dart and supports Android, iOS, Web and Desktop. Also, because of being independent from native platform, it does not increase size of your apps output (e.g. apk).
Getting Started
In your pubspec.yaml
file add:
dependencies:
crop: any
Then, in your code import:
import 'package:crop/crop.dart';
Now in build function, put a Crop
widget in the widget tree and you are done. Please don’t forget to check
folder, there is much more./example
Source Code
Please Visit Flutter Crop Any Widget Source Code at GitHub