diff --git a/.all-contributorsrc b/.all-contributorsrc index 2021074..0753021 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -28,6 +28,15 @@ "contributions": [ "code" ] + }, + { + "login": "luckyrat", + "name": "Chris Tomlinson", + "avatar_url": "https://avatars.githubusercontent.com/u/1211375?v=4", + "profile": "https://github.com/luckyrat", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/CHANGELOG.md b/CHANGELOG.md index 96479da..11aac85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0 + + * **FEAT**: allow receipt of intents with no action (#9). + * **FIX**: example - showing proper info for "streamed" intent + ## [0.1.6] - 8 December 2021 * feat: `Intent.toString` implmented nicely diff --git a/README.md b/README.md index 2a0c12f..a53cf60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-All Contributors +All Contributors pub.dev analysis @@ -13,7 +13,7 @@ GitHub issues GitHub milestone GitHub stars -GitHub forks

+GitHub forks

A Flutter plugin to pass Android Intents to the Flutter environment. @@ -161,6 +161,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Harsh Bhikadia

🤔 💻
Mateusz Soszyński

💻 +
Chris Tomlinson

💻