Skip to content

Commit 2926146

Browse files
committed
Merge branch 'snowballmaster'
2 parents 4bf72c0 + 375e80b commit 2926146

9 files changed

+102
-5
lines changed

.all-contributorsrc

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"projectName": "flutter-unity-view-widget",
3+
"projectOwner": "snowballdigital",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "eslint",
12+
"contributors": [
13+
{
14+
"login": "juicycleff",
15+
"name": "Rex Raphael",
16+
"avatar_url": "https://avatars2.githubusercontent.com/u/11243590?v=4",
17+
"profile": "http://rexraphael.com",
18+
"contributions": [
19+
"code",
20+
"doc",
21+
"question",
22+
"bug",
23+
"review",
24+
"tutorial"
25+
]
26+
},
27+
{
28+
"login": "thomas-stockx",
29+
"name": "Thomas",
30+
"avatar_url": "https://avatars1.githubusercontent.com/u/1475368?v=4",
31+
"profile": "https://stockxit.com",
32+
"contributions": [
33+
"code",
34+
"doc",
35+
"question",
36+
"tutorial"
37+
]
38+
},
39+
{
40+
"login": "krispypen",
41+
"name": "Kris Pypen",
42+
"avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4",
43+
"profile": "http://krispypen.github.io/",
44+
"contributions": [
45+
"code",
46+
"doc",
47+
"question",
48+
"tutorial"
49+
]
50+
},
51+
{
52+
"login": "lorant-csonka-planorama",
53+
"name": "Lorant Csonka",
54+
"avatar_url": "https://avatars2.githubusercontent.com/u/48209860?v=4",
55+
"profile": "https://github.com/lorant-csonka-planorama",
56+
"contributions": [
57+
"doc",
58+
"video"
59+
]
60+
}
61+
],
62+
"contributorsPerLine": 7
63+
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
*.iws
1717
.idea/
1818

19+
node_modules/
20+
./package.json
21+
.idea/
22+
1923
# Visual Studio Code related
2024
.vscode/
2125

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
## 0.1.6
2+
3+
* Android support for iOS [@krispypen](https://github.com/krispypen)
4+
5+
## 0.1.5
6+
7+
* Android support for the Unity 2019.3 new export format Unity as a Library [@thomas-stockx](https://github.com/thomas-stockx)
8+
19
## 0.1.4
210

311
* Support for AR on Android thanks to [@thomas-stockx](https://github.com/thomas-stockx)
412

5-
613
## 0.1.3+4
714

815
* Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx)

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# flutter_unity_widget
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
23

34
[![version][version-badge]][package]
45
[![MIT License][license-badge]][license]
@@ -14,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
1415

1516
```yaml
1617
dependencies:
17-
flutter_unity_widget: ^0.1.4
18+
flutter_unity_widget: ^0.1.6
1819
```
1920
2021
Now inside your Dart code you can import it.
@@ -306,3 +307,25 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
306307
[github-watch]: https://github.com/snowballdigital/flutter-unity-view-widget/watchers
307308
[github-star-badge]: https://img.shields.io/github/stars/snowballdigital/flutter-unity-view-widget.svg?style=social
308309
[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!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eb7addd6604d08d1b14bdd2f0b7568eea6aaad77
1+
5c787ba36b071ef6ee6a4f60499357697d53c75b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1d70ee33aab6965c19c5636e539561c5c25ac66b
1+
bd1065d7afc1a8da0fc454a1d7dede98f3aaa473
Binary file not shown.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_unity_widget
22
description: Flutter unity 3D widget for embedding unity in flutter
3-
version: 0.1.4
3+
version: 0.1.6
44
authors:
55
- Rex Raphael <rex.raphael@outlook.com>
66
- Thomas Stockx <thomas@stockxit.com>

0 commit comments

Comments
 (0)