From 71197e8c7ba1c6989cb2dd420946ff8ed65682f4 Mon Sep 17 00:00:00 2001 From: Rex Isaac Raphael Date: Thu, 17 Oct 2019 15:39:24 +0200 Subject: [PATCH] changed CHANGELOG.md and bump version --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d438f9..d575e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.1.6+3 + +* Better communication between flutter and unity +* Fixed issues [#35](https://github.com/snowballdigital/flutter-unity-view-widget/issues/35) by [@thomas-stockx](https://github.com/thomas-stockx) +* Fixed issues [#36](https://github.com/snowballdigital/flutter-unity-view-widget/issues/36) by [@thomas-stockx](https://github.com/thomas-stockx) +* Fixed issues [#33](https://github.com/snowballdigital/flutter-unity-view-widget/issues/33) by [@thomas-stockx](https://github.com/thomas-stockx) +* Fixed issues [#41](https://github.com/snowballdigital/flutter-unity-view-widget/issues/41) by [@thomas-stockx](https://github.com/thomas-stockx) + +* Fixed issues [#38](https://github.com/snowballdigital/flutter-unity-view-widget/issues/38) by [@krispypen](https://github.com/krispypen) +* Fixed issues [#56](https://github.com/snowballdigital/flutter-unity-view-widget/issues/38) by [@krispypen](https://github.com/krispypen) + ## 0.1.6+2 * Fixed issues with `onUnityMessage` [@thomas-stockx](https://github.com/thomas-stockx) diff --git a/pubspec.yaml b/pubspec.yaml index 052f5d2..d2cca5a 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.6+2 +version: 0.1.6+3 authors: - Rex Raphael - Thomas Stockx @@ -8,12 +8,16 @@ authors: homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master environment: - sdk: ">=2.0.0-dev.68.0 <3.0.0" + sdk: ">=2.1.0 <3.0.0" dependencies: flutter: sdk: flutter +dev_dependencies: + flutter_test: + sdk: flutter + # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec