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 e38c55c commit 798c7caCopy full SHA for 798c7ca
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.1.6] - 8 December 2021
2
+
3
+* feat: `Intent.toString` implmented nicely
4
5
## [0.1.5] - 20 June 2021
6
7
* fix: `handleIntent`: null check added for `Intent.categories`
pubspec.yaml
@@ -1,9 +1,7 @@
name: receive_intent
description: Flutter plugin for passing Android Intents to the Flutter environment.
-version: 0.1.5
+version: 0.1.6
homepage: https://github.com/daadu/receive_intent
-authors:
- - Harsh Bhikadia <[email protected]>
8
environment:
9
sdk: ">=2.12.0 <3.0.0"
0 commit comments