Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale authored Oct 22, 2020
1 parent 397a729 commit d0d108c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0d108c

Please sign in to comment.