flutter_3d_controller icon indicating copy to clipboard operation
flutter_3d_controller copied to clipboard

Not working on iOS

Open jadantoun0 opened this issue 1 year ago • 1 comments

When I try to load a glb object in iOS and invoke this method:

animations = await _controller.getAvailableAnimations();

I get the following error:

Exception has occurred. FormatException (FormatException: Unexpected character (at character 1) ( ^ )

Any idea how I can solve this issue?

Note that its working well on Android.

jadantoun0 avatar Apr 21 '24 16:04 jadantoun0

Fixed on version 1.3.1 ✅

m-r-davari avatar May 27 '24 15:05 m-r-davari