drydart / model_viewer.dart

A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
https://pub.dev/packages/model_viewer
The Unlicense
209 stars 101 forks source link

Launching AR on Android gives an error #4

Closed kit-git closed 4 years ago

kit-git commented 4 years ago

When clicked on AR button 3d object is not loading in AR(in the real world).

Screenshot

artob commented 4 years ago

Thanks for the bug report, I will attempt to reproduce and endeavor to figure out what's causing that.

iamrmrishan commented 4 years ago

Same issue happening to me also.

artob commented 4 years ago

I've reproduced the problem and confirmed that it's a known issue upstream: https://github.com/google/model-viewer/issues/743

I will attempt to work around the limitation in a future release as described in the aforementioned issue.

artob commented 4 years ago

@ykrishna5 @iamrmrishan This issue has been fixed in the 0.7.0 release. Please upgrade and give it another try.