image_marker 0.0.5 copy "image_marker: ^0.0.5" to clipboard
image_marker: ^0.0.5 copied to clipboard

A Flutter widget to add, manage, and interact with marks on images.

0.0.1 #

  • 🎉 Initial release of image_marker
  • Added MarkerScreen widget to display an image and allow interactive marking
  • Added Mark model with position, type, and focus support
  • Added MarkerController for programmatic control:
    • clearMarks() → remove all marks
    • saveAll() → save all existing marks
  • Added callbacks:
    • onMarkAdded → triggered when a new mark is placed
    • onMarkFocused → triggered when an existing mark is focused
  • Supports responsive positioning across different screen sizes
  • Includes example app demonstrating usage

0.0.2 #

  • Bug fixes

0.0.3 #

  • User will be able to add a custom image to pin on canvas
  • User will be able to show or hide sidebar icons

0.0.4 #

  • bug fixes

0.0.5 #

  • bug fixes
  • code improvements
1
likes
160
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget to add, manage, and interact with marks on images.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on image_marker