diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..3de6e1c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "projectName": "flutter-unity-view-widget", + "projectOwner": "snowballdigital", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "eslint", + "contributors": [ + { + "login": "juicycleff", + "name": "Rex Raphael", + "avatar_url": "https://avatars2.githubusercontent.com/u/11243590?v=4", + "profile": "http://rexraphael.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 56da508..a6c174f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # flutter_unity_widget +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![version][version-badge]][package] [![MIT License][license-badge]][license] @@ -14,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to ```yaml dependencies: - flutter_unity_widget: ^0.1.4 + flutter_unity_widget: ^0.1.5 ``` Now inside your Dart code you can import it. @@ -288,3 +289,22 @@ class _UnityDemoScreenState extends State{ [github-watch]: https://github.com/snowballdigital/flutter-unity-view-widget/watchers [github-star-badge]: https://img.shields.io/github/stars/snowballdigital/flutter-unity-view-widget.svg?style=social [github-star]: https://github.com/snowballdigital/flutter-unity-view-widget/stargazers + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +
Rex Raphael
Rex Raphael

💻
+ + + + + +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