You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a list of characters from links and display them carousel slider, or a grid list, Flutter3DViewer take a bit of time when scrolling, it also reload the old file after user scroll back.
Similar to precacheImage can we use it for Flutter3DController so it will download the 3d model from the URL locally to improve loading time?
Hi,
The use case you mentioned is not related to package it self, the widget of the package will keep the 3d model data until it get dispose from flutter widget tree, you need to keep alive your state in your project to prevent your loaded widget from being disposed... search for keep alive use case in flutter, check this link for example. about the performance, Im working to improve it on next version and about caching I will take look to do it if its possible how ever 3d models are way different from caching images.
Thank you for the awsome package!
When trying to create a list of characters from links and display them carousel slider, or a grid list, Flutter3DViewer take a bit of time when scrolling, it also reload the old file after user scroll back.
Similar to precacheImage can we use it for Flutter3DController so it will download the 3d model from the URL locally to improve loading time?
The text was updated successfully, but these errors were encountered: