made new release with support for iOS

This commit is contained in:
Rex Isaac Raphael 2019-08-02 11:21:24 +02:00
parent ad9e3fc8a6
commit 7616fd0961
4 changed files with 17 additions and 12 deletions

View File

@ -30,6 +30,16 @@
"doc"
]
},
{
"login": "krispypen",
"name": "Kris Pypen",
"avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4",
"profile": "http://krispypen.github.io/",
"contributions": [
"code",
"doc"
]
},
{
"login": "lorant-csonka-planorama",
"name": "Lorant Csonka",
@ -38,15 +48,6 @@
"contributions": [
"doc"
]
},
{
"login": "krispypen",
"name": "Kris Pypen",
"avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4",
"profile": "http://krispypen.github.io/",
"contributions": [
"code"
]
}
],
"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

@ -15,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
```yaml
dependencies:
flutter_unity_widget: ^0.1.5
flutter_unity_widget: ^0.1.6
```
Now inside your Dart code you can import it.
@ -323,8 +323,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<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></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></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></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></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></td>
</tr>
</table>

View File

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