diff --git a/README.md b/README.md index d4acf8b..541cd60 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Now your project files should look like this. 1. Other Settings find the Rendering part, uncheck the `Auto Graphics API` and select only `OpenGLES2`. 2. Depending on where you want to test or run your app, (simulator or physical device), you should select the appropriate SDK on `Target SDK`.
+ +
@@ -259,6 +261,9 @@ class _UnityDemoScreenState extends State{ ``` +## API + - pause() + ## Known issues and their fix - Android Export gradle issues diff --git a/pubspec.yaml b/pubspec.yaml index f24edb5..70778f6 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 +version: 0.1.3+2 authors: - Rex Raphael homepage: https://github.com/snowballdigital/flutter-unity-view-widget/tree/master