File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1- ## 0.0.1
1+ ## 0.1.4
22
3- * TODO: Describe initial release.
3+ * Support for AR on Android thanks to @thomas-stockx
4+
5+
6+ ## 0.1.3+4
7+
8+ * Change input source of Flutter touch events so they work in Unity @thomas-stockx
9+ * Instructions on how to implement Vuforia AR
10+ * Fix postMessage throwing exceptions on Android @thomas-stockx
11+ * Add video tutorial, replace ` unity-player ` with ` unity-classes ` in example
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+2
17+ flutter_unity_widget : ^0.1.4
1818` ` `
1919
2020Now inside your Dart code you can import it.
@@ -274,7 +274,8 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
274274```
275275
276276## API
277- - pause()
277+ - ` pause() ` (Use this to pause unity player)
278+ - ` resume() ` (Use this to resume unity player)
278279
279280## Known issues
280281 - no iOS support yet
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.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