We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba8ae9 commit 2c138fbCopy full SHA for 2c138fb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.6+1
2
+
3
+* Adding Metal renderer support (on iOS) [@krispypen](https://github.com/krispypen)
4
5
## 0.1.6
6
7
* iOS support for the Unity 2019.3 new export format Unity as a Library [@krispypen](https://github.com/krispypen)
README.md
@@ -15,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to
15
16
```yaml
17
dependencies:
18
- flutter_unity_widget: ^0.1.6
+ flutter_unity_widget: ^0.1.6+1
19
```
20
21
Now inside your Dart code you can import it.
0 commit comments