insta_assets_crop 0.1.0-dev.2
insta_assets_crop: ^0.1.0-dev.2 copied to clipboard
A flutter plugin to crop image in insta_assets_picker package. Fork of image_crop package.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add insta_assets_cropWith Flutter:
$ flutter pub add insta_assets_cropThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
insta_assets_crop: ^0.1.0-dev.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:insta_assets_crop/insta_assets_crop.dart';