File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- ## 0.0.1
1+ ## 0.1.3+4
22
3- * TODO: Describe initial release.
3+ * Change input source of Flutter touch events so they work in Unity
4+ * Instructions on how to implement Vuforia AR
5+ * Fix postMessage throwing exceptions on Android
6+ * Add video tutorial, replace ` unity-player ` with ` unity-classes ` in example
7+ * Remove java and UnityPlayer changes to the windowmanager so it can be…
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+2
17+ flutter_unity_widget : ^0.1.3+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+3
3+ version : 0.1.3+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