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
I want to get all animation list defined in the Flare file and that Flutter can run.
for example, let's say I have 4 animations which supposed to be in the Flare file but one is missing, I can't find the API for this.
how can I know it missing or how can I know all the ones I can play?
The text was updated successfully, but these errors were encountered:
I’m not at my desk right now, but look into some of our examples that use custom a FlareController. You can query the artboard for animations (either via artboard.getAnimation or access the full list via artboard.animations).
I want to get all animation list defined in the Flare file and that Flutter can run.
for example, let's say I have 4 animations which supposed to be in the Flare file but one is missing, I can't find the API for this.
how can I know it missing or how can I know all the ones I can play?
The text was updated successfully, but these errors were encountered: