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 112009c commit 37215ccCopy full SHA for 37215cc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.9.3] - 2021/03/25
2
+
3
+* Add generated documentation with `dartdoc`
4
5
## [0.9.2] - 2021/03/14
6
7
* Increase code coverage to 100%
example/pubspec.lock
@@ -45,7 +45,7 @@ packages:
45
path: ".."
46
relative: true
47
source: path
48
- version: "0.9.2"
+ version: "0.9.3"
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.2
+version: 0.9.3
homepage: https://github.com/CillianMyles/tap-canvas
environment:
0 commit comments