Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
259
stars
142
commits
Dart
primary language
Sep 21, 2023
updated
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).
Web Demo | Install from Google Play
If you find this project useful, please support me by buying me a pizza 🍕.
Tron Address:
TLtrEU4KT2bn5J87VWfs1QDrmB1aFQ1bja
Ethereum Address:
0xf8Da77e7BbE39be8c9e527289465Bf7219af58db
I do not accept Bitcoin due to its issues with sustainability and global warming.
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 /example folder, there is much more.
Dart
93.4%
HTML
5.0%
Swift
1.1%
Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
259
stars
142
commits
Dart
primary language
Sep 21, 2023
updated
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).
Web Demo | Install from Google Play
If you find this project useful, please support me by buying me a pizza 🍕.
Tron Address:
TLtrEU4KT2bn5J87VWfs1QDrmB1aFQ1bja
Ethereum Address:
0xf8Da77e7BbE39be8c9e527289465Bf7219af58db
I do not accept Bitcoin due to its issues with sustainability and global warming.
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 /example folder, there is much more.
Dart
93.4%
HTML
5.0%
Swift
1.1%