image_marker_viewer 1.0.1
image_marker_viewer: ^1.0.1 copied to clipboard
A Flutter package for adding interactive markers on images with custom colors, titles, and notes. Supports web, mobile, and desktop platforms.
1.0.1 #
- Added support for multiple images with separate marker lists
- Added
tagparameter to ImageMarkerViewer for image-specific controllers - Added
controllerparameter to ImageMarkerViewer for external controller management - Each image can now have its own independent marker list
- Improved controller management with GetX tag system
- Backward compatible with existing code (tag parameter is optional)
1.0.0 #
- Initial release
- Interactive markers on images
- Custom colors with predefined and RGB color picker
- Title and note support for markers
- Tap to edit, long press to delete markers
- Export/Import markers to/from JSON
- Cross-platform support (web, iOS, Android, macOS, Linux, Windows)
- Responsive marker positioning