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
So, I have a little animation example( https://www.2dimensions.com/a/qingyun/files/flare/playing/preview ). It has a white background and some simple animated elements on top of it. The problem is, I guess because animation takes time for initializing, when the actor widget is built, it shows the white background at first, and some time later(around 1 second on iPad Mini2), the animated element shows up. This cause an unwanted behavior, which is a blank space showing for around 1 second on lower-end devices.
I'm wondering is there any way to know when the actor is completely loaded, and show the widget after that.
Flutter version: beta v1.9.1
Flare version: 1.5.7
The text was updated successfully, but these errors were encountered:
Hi @TomassMaximum, is the white rounded rectangle being drawn by your container/box decoration or is that also coming from the Flare file? I see it in your Flare file, but it's odd that it's just showing that and not the blue bars.
It might be related to caching. I have a test we can try for that. I don't recommend using this solution on projects that use a lot of Flare content as it will never release Flare files from cache, but it will help diagnose the problem. Try Strategy 1 from here:
So, I have a little animation example( https://www.2dimensions.com/a/qingyun/files/flare/playing/preview ). It has a white background and some simple animated elements on top of it. The problem is, I guess because animation takes time for initializing, when the actor widget is built, it shows the white background at first, and some time later(around 1 second on iPad Mini2), the animated element shows up. This cause an unwanted behavior, which is a blank space showing for around 1 second on lower-end devices.
I'm wondering is there any way to know when the actor is completely loaded, and show the widget after that.
Flutter version: beta v1.9.1
Flare version: 1.5.7
The text was updated successfully, but these errors were encountered: