Zé Gabriel
Zé Gabriel
Which version of Flutter are you using? I suppose this is the Platform View bug on the `stable` channel, this bug has already been fixed in the `master` channel. -...
You must use a listener to update only your changeable widget, `setState()` when called rebuild the tree on the actual view. In other words, rebuild `ModelViewer` again.
Unfortunately it still doesn't work, here's the case: - First I have a page with a auto rotating model (the code on the issue), with a AbsorbPointer as a workaround....