Skip to content

Commit

Permalink
chore: Update image_hotspot package to version 0.1.0
Browse files Browse the repository at this point in the history
vishalxtyagi committed Jul 10, 2024
1 parent ff9b3dc commit 49312bc
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Add `image_hotspot` to your `pubspec.yaml`:

```yaml
dependencies:
image_hotspot: ^0.0.1
image_hotspot: ^0.1.0

```

2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
leak_tracker:
dependency: transitive
description:
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: image_hotspot
description: "Create interactive hotspots on images in Flutter apps. Add clickable regions with custom shapes, tooltips, and actions for engaging user experiences."
version: 0.0.1
version: 0.1.0
homepage: https://github.com/vishalxtyagi/image_hotspot

environment:

0 comments on commit 49312bc

Please sign in to comment.