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
Basically what the title says, would be great to unpack the data from the assets in an isolate to avoid dropped frames / frozen UI / un responsive app. For this, the rootbundle needs to be accessible from an isolate because currently copying the whole assets to the isolate to unpack it takes a very long time.
Data is unpacked in an isolate now. It still would be nice not to copy the data to the isolate and rather open it their directly.
CaptainDario
changed the title
[Improvment] At first boot unpack the data in isolate to avoid the frozen UI
[Improvment] At first boot unpack the data in isolate to avoid unresponsive UI
May 11, 2024
Basically what the title says, would be great to unpack the data from the assets in an isolate to avoid dropped frames / frozen UI / un responsive app. For this, the rootbundle needs to be accessible from an isolate because currently copying the whole assets to the isolate to unpack it takes a very long time.
Realted issues
The text was updated successfully, but these errors were encountered: