flutter_image_spotpicker 0.2.1 copy "flutter_image_spotpicker: ^0.2.1" to clipboard
flutter_image_spotpicker: ^0.2.1 copied to clipboard

Load an image, then the library allows you to select/unselect multiple spot on it. Returns a list of points.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_image_spotpicker

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

dependencies:
  flutter_image_spotpicker: ^0.2.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_spotpicker/flutter_image_spotpicker.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Load an image, then the library allows you to select/unselect multiple spot on it. Returns a list of points.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_image_spotpicker