flutter_image_editor 1.1.1 copy "flutter_image_editor: ^1.1.1" to clipboard
flutter_image_editor: ^1.1.1 copied to clipboard

outdated

A plugin for flutter made to edit images. Change the brightness, contrast and rotate image. Rotate image DONT WORK FOR IOS YET.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_image_editor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_image_editor: ^1.1.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_editor/flutter_image_editor.dart';
10
likes
0
pub points
79%
popularity

Publisher

unverified uploader

A plugin for flutter made to edit images. Change the brightness, contrast and rotate image. Rotate image DONT WORK FOR IOS YET.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_image_editor