image_editor_dove 0.0.3 copy "image_editor_dove: ^0.0.3" to clipboard
image_editor_dove: ^0.0.3 copied to clipboard

An image editor with crop, scribble, mosaic, add-text, flip, rotated functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_editor_dove

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

dependencies:
  image_editor_dove: ^0.0.3

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:image_editor_dove/extension/num_extension.dart';
import 'package:image_editor_dove/flutter_image_editor.dart';
import 'package:image_editor_dove/image_editor.dart';
import 'package:image_editor_dove/model/float_text_model.dart';
import 'package:image_editor_dove/widget/drawing_board.dart';
import 'package:image_editor_dove/widget/editor_panel_controller.dart';
import 'package:image_editor_dove/widget/float_text_widget.dart';
import 'package:image_editor_dove/widget/image_editor_delegate.dart';
import 'package:image_editor_dove/widget/slider_widget.dart';
import 'package:image_editor_dove/widget/text_editor_page.dart';
33
likes
120
pub points
68%
popularity

Publisher

unverified uploader

An image editor with crop, scribble, mosaic, add-text, flip, rotated functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, image, path_provider, screenshot

More

Packages that depend on image_editor_dove