From d0d108cb3c275f6e925878908e2bc591b4a8d82b Mon Sep 17 00:00:00 2001 From: Oleksandr Leuschenko <4376913+olexale@users.noreply.github.com> Date: Thu, 22 Oct 2020 14:15:57 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bc19c34..5f6259a 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,13 @@ end No, as ARKit is not available on Android. You might want to try [ARCore plugin](https://pub.dev/packages/arcore_flutter_plugin) instead. - **My app crashes when I open the AR scene several times. Why?** Most probably that's because you didn't call `dispose` method on the ARKit controller. +- **One of the features I need is merged in the repository, but is not available on pub.dev. How can I use the latest version?** +You may use the latest version by changing the `pubspec.yaml` dependency to: +```yaml +dependencies: + arkit_plugin: + git: git://github.com/olexale/arkit_flutter_plugin.git +``` ## Contributing