editable_image 2.0.0 copy "editable_image: ^2.0.0" to clipboard
editable_image: ^2.0.0 copied to clipboard

Flutter package for creating a fully customizable and editable image widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add editable_image

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

dependencies:
  editable_image: ^2.0.0

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:editable_image/editable_image.dart';
43
likes
130
pub points
84%
popularity

Publisher

verified publisherbbkdevelopment.com

Flutter package for creating a fully customizable and editable image widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, wechat_assets_picker

More

Packages that depend on editable_image