image_marker 0.0.5
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
MarkerScreenwidget to display an image and allow interactive marking - Added
Markmodel with position, type, and focus support - Added
MarkerControllerfor programmatic control:clearMarks()→ remove all markssaveAll()→ save all existing marks
- Added callbacks:
onMarkAdded→ triggered when a new mark is placedonMarkFocused→ 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