From 8239978820c33e74fbefb0462ce71a0819b57fcf Mon Sep 17 00:00:00 2001 From: Rex Raphael Date: Wed, 31 Jul 2019 11:14:58 +0200 Subject: [PATCH 1/2] new release and bump up version --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..c52dd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -## 0.0.1 +## 0.1.3+4 -* TODO: Describe initial release. +* Change input source of Flutter touch events so they work in Unity +* Instructions on how to implement Vuforia AR +* Fix postMessage throwing exceptions on Android +* Add video tutorial, replace `unity-player` with `unity-classes` in example +* Remove java and UnityPlayer changes to the windowmanager so it can be… diff --git a/README.md b/README.md index aeed860..2c37500 100644 --- a/README.md +++ b/README.md @@ -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.3+4 ``` Now inside your Dart code you can import it. diff --git a/pubspec.yaml b/pubspec.yaml index 41d619b..d3a4f22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.3+4 authors: - Rex Raphael homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master From 8d541cf1d63687098d83e0039e91ceb05b063b26 Mon Sep 17 00:00:00 2001 From: Rex Raphael Date: Wed, 31 Jul 2019 11:36:50 +0200 Subject: [PATCH 2/2] updated and bumped up release version --- CHANGELOG.md | 11 ++++++++--- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52dd96..54780dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9116d94..68541f9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index d3a4f22..aaecc04 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master