We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac9e08 commit d4517a2Copy full SHA for d4517a2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.9.4] - 2022/04/17
2
+
3
+* Update project dependencies
4
+* Fix static analysis warnings
5
6
## [0.9.3] - 2021/03/25
7
8
* Add generated documentation with `dartdoc`
example/pubspec.lock
@@ -45,7 +45,7 @@ packages:
45
path: ".."
46
relative: true
47
source: path
48
- version: "0.9.3"
+ version: "0.9.4"
49
typed_data:
50
dependency: transitive
51
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: tap_canvas
description: Detect taps outside the currently defined widget and provide a callback when taps occur.
-version: 0.9.3
+version: 0.9.4
homepage: https://github.com/CillianMyles/tap-canvas
environment:
0 commit comments