flutter_image_cropper_plus 0.0.1 flutter_image_cropper_plus: ^0.0.1 copied to clipboard
Flutter plugin that provides image cropping functionality. It is designed to be easy to use and flexible, allowing developers to customize the cropping experience for their specific needs. The plugin [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_image_cropper_plus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_image_cropper_plus: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_image_cropper_plus/flutter_image_cropper_plus_library.dart';
import 'package:flutter_image_cropper_plus/flutter_image_cropper_plus_method_channel.dart';
import 'package:flutter_image_cropper_plus/flutter_image_cropper_plus_platform_interface.dart';
import 'package:flutter_image_cropper_plus/image_cropper_plus.dart';