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

This is a Flutter package that allows user to draw over images. This is an extension of the painter2 package with option to zoom and draw.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_painter_extended

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

dependencies:
  image_painter_extended: ^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_painter_extended/image_painter_extended.dart';
9
likes
120
pub points
58%
popularity

Publisher

unverified uploader

This is a Flutter package that allows user to draw over images. This is an extension of the painter2 package with option to zoom and draw.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on image_painter_extended