Skip to content

Commit

Permalink
updated and bumped up release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex Raphael committed Jul 31, 2019
1 parent ea5d505 commit 8d541cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## 0.1.4

* 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
* 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
* 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 so it can be…
* Remove java and UnityPlayer changes to the windowmanager
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+4
flutter_unity_widget: ^0.1.4
```

Now inside your Dart code you can import it.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_unity_widget
description: Flutter unity 3D widget for embedding unity in flutter
version: 0.1.3+4
version: 0.1.4
authors:
- Rex Raphael <rex.raphael@outlook.com>
homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master
Expand Down

0 comments on commit 8d541cf

Please sign in to comment.