createViewer
is no longer called byFilamentWidget
and must be called manually at least one frame after a FilamentWidget has been inserted into the widget hierarchy.
- Replaced
isReadyForScene
Future inFilamentController
with theStream<bool>
hasViewer
. - Rendering is set to false when the app is hidden, inactive or paused; on resume, this will be set to the value it held prior to being hidden/inactive/paused.