From 40c8120cad50808cc0166909b1b698198806b405 Mon Sep 17 00:00:00 2001 From: aslight0013 Date: Tue, 22 Jun 2021 07:15:42 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index a4c2735..96bbfae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Responsive Admin Panel or Dashboard - Flutter UI + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ## [Live Preview](https://abuanwar072.github.io/Flutter-Responsive-Admin-Panel-or-Dashboard/#/) @@ -22,3 +25,23 @@ It works perfectly on the Web, macOS app, Tablet also on both Android and iOS ph ![Preview](/gif.gif) ![App UI](/ui.png) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Simon Tan

🐛
+ + + + + + +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 From 0e85e8c782f31f87be10af0b03d0f9e175648125 Mon Sep 17 00:00:00 2001 From: aslight0013 Date: Tue, 22 Jun 2021 07:15:43 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..dcd8356 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "simon1tan", + "name": "Simon Tan", + "avatar_url": "https://avatars.githubusercontent.com/u/1250858?v=4", + "profile": "https://github.com/simon1tan", + "contributions": [ + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Flutter-Responsive-Admin-Panel-or-Dashboard", + "projectOwner": "abuanwar072", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}