File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.4
2+
3+ * Support for AR on Android thanks to @thomas-stockx
4+
5+
16## 0.1.3+4
27
3- * Change input source of Flutter touch events so they work in Unity
8+ * Change input source of Flutter touch events so they work in Unity @ thomas-stockx
49* Instructions on how to implement Vuforia AR
5- * Fix postMessage throwing exceptions on Android
10+ * Fix postMessage throwing exceptions on Android @ thomas-stockx
611* Add video tutorial, replace ` unity-player ` with ` unity-classes ` in example
7- * Remove java and UnityPlayer changes to the windowmanager so it can be…
12+ * Remove java and UnityPlayer changes to the windowmanager
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
1414
1515``` yaml
1616dependencies :
17- flutter_unity_widget : ^0.1.3+ 4
17+ flutter_unity_widget : ^0.1.4
1818` ` `
1919
2020Now inside your Dart code you can import it.
Original file line number Diff line number Diff line change 11name : flutter_unity_widget
22description : Flutter unity 3D widget for embedding unity in flutter
3- version : 0.1.3+ 4
3+ version : 0.1.4
44authors :
5566homepage : https://github.com/snowballdigital/flutter-unity-view-widget/tree/master
You can’t perform that action at this time.
0 commit comments