Skip to content

Commit 49312bc

Browse files
committed
chore: Update image_hotspot package to version 0.1.0
1 parent ff9b3dc commit 49312bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add `image_hotspot` to your `pubspec.yaml`:
1616

1717
```yaml
1818
dependencies:
19-
image_hotspot: ^0.0.1
19+
image_hotspot: ^0.1.0
2020

2121
```
2222

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "0.0.1"
84+
version: "0.1.0"
8585
leak_tracker:
8686
dependency: transitive
8787
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_hotspot
22
description: "Create interactive hotspots on images in Flutter apps. Add clickable regions with custom shapes, tooltips, and actions for engaging user experiences."
3-
version: 0.0.1
3+
version: 0.1.0
44
homepage: https://github.com/vishalxtyagi/image_hotspot
55

66
environment:

0 commit comments

Comments
 (0)