Skip to content

Releases: vishalxtyagi/flutter_image_hotspot

v0.1.0

10 Jul 04:34
Compare
Choose a tag to compare

Release Notes - ImageHotspot v0.1.0

We're excited to announce the release of version 0.1.0 of the ImageHotspot package! This update brings several new features and improvements to enhance your image hotspot experience.

Full Changelog: v0.0.1...v0.1.0

What's New

Tooltip Functionality

  • Add informative tooltips to your hotspots
  • Customize tooltip content for each hotspot
  • Tooltips appear on hotspot tap for improved user interaction

Custom Icon Support

  • Use your own icons for hotspots
  • Easily integrate with your app's design language
  • Improve visual distinction between different types of hotspots

Enhanced Image Customization

  • New imageFit property to control how the image fits its container
  • imageWidth and imageHeight properties for precise sizing
  • Greater flexibility in integrating ImageHotspot with various layouts

Improved Customization Options

  • Fine-tune hotspot appearance with customizable color and size
  • More control over hotspot positioning and behavior

Improvements

  • Refactored ImageHotspot widget for better performance and maintainability
  • Updated example app to showcase new features and usage patterns
  • Comprehensive unit tests added to ensure reliability

Documentation

  • Expanded README with detailed usage instructions and examples
  • Updated CHANGELOG to provide a clear history of changes
  • Improved inline documentation for easier integration

How to Update

Update your pubspec.yaml file:

dependencies:
  image_hotspot: ^0.1.0

Initial release of image_hotspot package

10 Jul 01:41
Compare
Choose a tag to compare
  • Added ImageHotspot widget for displaying an image with interactive hotspots
  • Added Hotspot class for defining the position and tap behavior of hotspots
  • Included example usage of ImageHotspot with multiple hotspots
  • Added initial documentation including README and LICENSE

Full Changelog: https://github.com/vishalxtyagi/flutter_image_hotspot/commits/v0.0.1