From a1f43b8e4e5ccdc92a7e4e69118b25377efe126d Mon Sep 17 00:00:00 2001 From: Rex Raphael Date: Fri, 29 Mar 2019 09:06:10 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 541cd60..ea3e74a 100644 --- a/README.md +++ b/README.md @@ -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.3 + flutter_unity_widget: ^0.1.3+2 ``` Now inside your Dart code you can import it.