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

iosSrc doesn't open file #10

Open marcotrumpet opened 3 years ago

marcotrumpet commented 3 years ago

I tried to load from assets a usdz file in iosSrc param on a physical iphone but it always shows the object in src param.

The src parameter is required, am I doing something wrong or is it a bug?

Btw good job, it's a very interesting package.