Merge branch 'snowballmaster'

This commit is contained in:
Kris Pypen 2019-08-02 13:06:25 +02:00
commit 2926146a19
9 changed files with 102 additions and 5 deletions

63
.all-contributorsrc Normal file
View File

@ -0,0 +1,63 @@
{
"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",
"doc",
"question",
"bug",
"review",
"tutorial"
]
},
{
"login": "thomas-stockx",
"name": "Thomas",
"avatar_url": "https://avatars1.githubusercontent.com/u/1475368?v=4",
"profile": "https://stockxit.com",
"contributions": [
"code",
"doc",
"question",
"tutorial"
]
},
{
"login": "krispypen",
"name": "Kris Pypen",
"avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4",
"profile": "http://krispypen.github.io/",
"contributions": [
"code",
"doc",
"question",
"tutorial"
]
},
{
"login": "lorant-csonka-planorama",
"name": "Lorant Csonka",
"avatar_url": "https://avatars2.githubusercontent.com/u/48209860?v=4",
"profile": "https://github.com/lorant-csonka-planorama",
"contributions": [
"doc",
"video"
]
}
],
"contributorsPerLine": 7
}

4
.gitignore vendored
View File

@ -16,6 +16,10 @@
*.iws
.idea/
node_modules/
./package.json
.idea/
# Visual Studio Code related
.vscode/

View File

@ -1,8 +1,15 @@
## 0.1.6
* Android support for iOS [@krispypen](https://github.com/krispypen)
## 0.1.5
* Android support for the Unity 2019.3 new export format Unity as a Library [@thomas-stockx](https://github.com/thomas-stockx)
## 0.1.4
* Support for AR on Android thanks to [@thomas-stockx](https://github.com/thomas-stockx)
## 0.1.3+4
* Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx)

View File

@ -1,4 +1,5 @@
# flutter_unity_widget
[![All Contributors](https://img.shields.io/badge/all_contributors-4-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.6
```
Now inside your Dart code you can import it.
@ -306,3 +307,25 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
[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)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<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>
<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>
<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>
<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>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

View File

@ -1 +1 @@
eb7addd6604d08d1b14bdd2f0b7568eea6aaad77
5c787ba36b071ef6ee6a4f60499357697d53c75b

View File

@ -1 +1 @@
1d70ee33aab6965c19c5636e539561c5c25ac66b
bd1065d7afc1a8da0fc454a1d7dede98f3aaa473

View File

@ -1,6 +1,6 @@
name: flutter_unity_widget
description: Flutter unity 3D widget for embedding unity in flutter
version: 0.1.4
version: 0.1.6
authors:
- Rex Raphael <rex.raphael@outlook.com>
- Thomas Stockx <thomas@stockxit.com>