widget_crop 0.0.1 copy "widget_crop: ^0.0.1" to clipboard
widget_crop: ^0.0.1 copied to clipboard

Crop for Flutter. Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in 100% pure Dart code.

crop #

pub package

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).

Note #

What this fork made for?

  • Disable image rotation
  • Fix image dragable
  • THIS MY OWN PROJECT ONLY

Supported platforms #

  • Flutter Android
  • Flutter iOS
  • Flutter Web (as of 2020 Nov 24)*
  • Flutter Desktop

Building For Web #

In order to run Crop on web, flutter version1.24.0 or above is needed. Also, you need to set CanvasKit as the renderer with the following command:

flutter build web --web-renderer canvaskit

Demo #

Web Demo | Install from Google Play

Screenshot

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 /example folder, there is much more.

0
likes
120
pub points
34%
popularity

Publisher

unverified uploader

Crop for Flutter. Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in 100% pure Dart code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collision, flutter, vector_math

More

Packages that depend on widget_crop