Merge branch 'original-master'

* original-master:
  update readme
  updated and bumped up release version
  new release and bump up version
This commit is contained in:
Thomas Stockx 2019-08-01 11:47:01 +02:00
commit a702f59e1a
3 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,12 @@
## 0.0.1
## 0.1.4
* TODO: Describe initial release.
* Support for AR on Android thanks to @thomas-stockx
## 0.1.3+4
* Change input source of Flutter touch events so they work in Unity @thomas-stockx
* Instructions on how to implement Vuforia AR
* Fix postMessage throwing exceptions on Android @thomas-stockx
* Add video tutorial, replace `unity-player` with `unity-classes` in example
* Remove java and UnityPlayer changes to the windowmanager

View File

@ -14,7 +14,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
```yaml
dependencies:
flutter_unity_widget: ^0.1.3+2
flutter_unity_widget: ^0.1.4
```
Now inside your Dart code you can import it.
@ -274,7 +274,8 @@ class _UnityDemoScreenState extends State<UnityDemoScreen>{
```
## API
- pause()
- `pause()` (Use this to pause unity player)
- `resume()` (Use this to resume unity player)
## Known issues
- no iOS support yet

View File

@ -1,6 +1,6 @@
name: flutter_unity_widget
description: Flutter unity 3D widget for embedding unity in flutter
version: 0.1.3+3
version: 0.1.4
authors:
- Rex Raphael <rex.raphael@outlook.com>
homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master