image_hotspot 0.1.1
image_hotspot: ^0.1.1 copied to clipboard
Create interactive hotspots on images in Flutter apps. Add clickable regions with custom shapes, tooltips, and actions for engaging user experiences.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2024-07-11 #
Added #
- Tooltip functionality for hotspots
- Custom icon support for hotspots
- Comprehensive unit tests for the ImageHotspot widget
- New customization options for image fitting (imageFit, imageWidth, imageHeight)
Changed #
- Refactored ImageHotspot widget for improved customization and flexibility
- Updated example app to showcase new features and customization options
Improved #
- Enhanced documentation in README with detailed usage instructions and customization options