From b85fcb0512f42d8a43de66bf0cbe01c5a1291ffc Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Sun, 25 Apr 2021 21:28:59 +0530 Subject: [PATCH] [readme] minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cbd4eb..3cf11bf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Flutter plugin to pass Android Intents to the Flutter environment. If the `Intent` was "started" via `startActivityForResult`, then this plugin also sends additional information (package name and app signature) about the "calling" Android Component, and can send "result" back (via [`Activity.setResult`](https://developer.android.com/reference/android/app/Activity#setResult(int))) to it. -This widget is in active development. +This plugin is in active development. ___Any contribution, idea, criticism or feedback is welcomed.___ ## Quick links