new release 0.1.6+1

This commit is contained in:
Rex Isaac Raphael 2019-08-02 13:24:55 +02:00
parent 0ba8ae936a
commit 2c138fb4cb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.1.6+1
* Adding Metal renderer support (on iOS) [@krispypen](https://github.com/krispypen)
## 0.1.6
* iOS support for the Unity 2019.3 new export format Unity as a Library [@krispypen](https://github.com/krispypen)

View File

@ -15,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
```yaml
dependencies:
flutter_unity_widget: ^0.1.6
flutter_unity_widget: ^0.1.6+1
```
Now inside your Dart code you can import it.