1
1
# flutter_unity_widget
2
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square )] ( #contributors- )
2
3
3
4
[ ![ version] [ version-badge ]] [ package ]
4
5
[ ![ MIT License] [ license-badge ]] [ license ]
@@ -14,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
14
15
15
16
``` yaml
16
17
dependencies :
17
- flutter_unity_widget : ^0.1.4
18
+ flutter_unity_widget : ^0.1.6
18
19
` ` `
19
20
20
21
Now inside your Dart code you can import it.
@@ -306,3 +307,25 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
306
307
[ github-watch ] : https://github.com/snowballdigital/flutter-unity-view-widget/watchers
307
308
[ github-star-badge ] : https://img.shields.io/github/stars/snowballdigital/flutter-unity-view-widget.svg?style=social
308
309
[ github-star ] : https://github.com/snowballdigital/flutter-unity-view-widget/stargazers
310
+
311
+ ## Contributors ✨
312
+
313
+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
314
+
315
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
316
+ <!-- prettier-ignore-start -->
317
+ <!-- markdownlint-disable -->
318
+ <table >
319
+ <tr >
320
+ <td align="center"><a href="http://rexraphael.com"><img src="https://avatars2.githubusercontent.com/u/11243590?v=4" width="100px;" alt="Rex Raphael"/><br /><sub><b>Rex Raphael</b></sub></a><br /><a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=juicycleff" title="Code">💻</a> <a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=juicycleff" title="Documentation">📖</a> <a href="#question-juicycleff" title="Answering Questions">💬</a> <a href="https://github.com/snowballdigital/flutter-unity-view-widget/issues?q=author%3Ajuicycleff" title="Bug reports">🐛</a> <a href="#review-juicycleff" title="Reviewed Pull Requests">👀</a> <a href="#tutorial-juicycleff" title="Tutorials">✅</a></td>
321
+ <td align="center"><a href="https://stockxit.com"><img src="https://avatars1.githubusercontent.com/u/1475368?v=4" width="100px;" alt="Thomas"/><br /><sub><b>Thomas</b></sub></a><br /><a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=thomas-stockx" title="Code">💻</a> <a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=thomas-stockx" title="Documentation">📖</a> <a href="#question-thomas-stockx" title="Answering Questions">💬</a> <a href="#tutorial-thomas-stockx" title="Tutorials">✅</a></td>
322
+ <td align="center"><a href="http://krispypen.github.io/"><img src="https://avatars1.githubusercontent.com/u/156955?v=4" width="100px;" alt="Kris Pypen"/><br /><sub><b>Kris Pypen</b></sub></a><br /><a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=krispypen" title="Code">💻</a> <a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=krispypen" title="Documentation">📖</a> <a href="#question-krispypen" title="Answering Questions">💬</a> <a href="#tutorial-krispypen" title="Tutorials">✅</a></td>
323
+ <td align="center"><a href="https://github.com/lorant-csonka-planorama"><img src="https://avatars2.githubusercontent.com/u/48209860?v=4" width="100px;" alt="Lorant Csonka"/><br /><sub><b>Lorant Csonka</b></sub></a><br /><a href="https://github.com/snowballdigital/flutter-unity-view-widget/commits?author=lorant-csonka-planorama" title="Documentation">📖</a> <a href="#video-lorant-csonka-planorama" title="Videos">📹</a></td>
324
+ </tr >
325
+ </table >
326
+
327
+ <!-- markdownlint-enable -->
328
+ <!-- prettier-ignore-end -->
329
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
330
+
331
+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
0 commit comments