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

A Flutter package that allows you to add interactive pins to images with customizable styles and positions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_pin_point

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

dependencies:
  image_pin_point: ^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_pin_point/image_pin_point.dart';
2
likes
155
points
20
downloads

Publisher

verified publisherlogique.co.id

Weekly Downloads

A Flutter package that allows you to add interactive pins to images with customizable styles and positions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, image, path_provider, saver_gallery

More

Packages that depend on image_pin_point