flutter_3d_controller
flutter_3d_controller copied to clipboard
Not working on iOS
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.
Fixed on version 1.3.1 ✅