custom_image_editor 1.0.4 copy "custom_image_editor: ^1.0.4" to clipboard
custom_image_editor: ^1.0.4 copied to clipboard

PlatformAndroid

Strong image editor based on Flutter with ability to crop, paint, add text, and rotate images.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_image_editor

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

dependencies:
  custom_image_editor: ^1.0.4

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:custom_image_editor/EditImage.dart';
import 'package:custom_image_editor/main.dart';
import 'package:custom_image_editor/provider/EditImageProvider.dart';
1
likes
140
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

Strong image editor based on Flutter with ability to crop, paint, add text, and rotate images.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, image_picker, path_provider, provider, uuid

More

Packages that depend on custom_image_editor