From 3cfba600b2b4c35c54277a6392a2556cfdfbcc1e Mon Sep 17 00:00:00 2001
From: Harsh Bhikadia
Date: Sun, 9 May 2021 11:00:53 +0530
Subject: [PATCH] doc(readme): added all-contributors
---
.all-contributorsrc | 25 +++++++++++++++++++++++++
README.md | 43 ++++++++++++++++++++++++++++++++++---------
2 files changed, 59 insertions(+), 9 deletions(-)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..c5b014c
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,25 @@
+{
+ "projectName": "receive_intent",
+ "projectOwner": "daadu",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitConvention": "none",
+ "contributors": [
+ {
+ "login": "daadu",
+ "name": "Harsh Bhikadia",
+ "avatar_url": "https://avatars.githubusercontent.com/u/4963236?v=4",
+ "profile": "https://bhikadia.com/",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "badgeTemplate": "-orange.svg\" alt=\"All Contributors\" />"
+}
diff --git a/README.md b/README.md
index 87db64a..cf10278 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,19 @@
# receive_intent
-[![pub.dev](https://img.shields.io/pub/v/receive_intent?logo=dart)](https://pub.dev/packages/receive_intent)
-[![analysis](https://github.com/daadu/receive_intent/workflows/analysis/badge.svg)](https://github.com/daadu/receive_intent/actions?query=workflow%3Aanalysis)
-[![pub points](https://badges.bar/receive_intent/pub%20points)](https://pub.dev/packages/receive_intent/score)
-[![popularity](https://badges.bar/receive_intent/popularity)](https://pub.dev/packages/receive_intent/score)
-[![likes](https://badges.bar/receive_intent/likes)](https://pub.dev/packages/receive_intent/score)
-[![GitHub issues](https://img.shields.io/github/issues/daadu/receive_intent?logo=github)](https://github.com/daadu/receive_intent/issues)
-[![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/daadu/receive_intent/1?logo=github)](https://github.com/daadu/receive_intent/milestone/1)
-[![GitHub stars](https://img.shields.io/github/stars/daadu/receive_intent?logo=github)](https://github.com/daadu/receive_intent/stargazers)
-[![GitHub forks](https://img.shields.io/github/forks/daadu/receive_intent?logo=github)](https://github.com/daadu/receive_intent/network)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Flutter plugin to pass Android Intents to the Flutter environment.
@@ -56,3 +61,23 @@ Check the [Todo](#todo) section above, before you begin with any contribution.
## Features and bugs
Please file feature requests and bugs at the [issue tracker](https://github.com/daadu/receive_intent/issues).
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file