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
If the animations key within an artboard appears before the nodes key in the same object, the flare_flutter plugin will crash due to the _collections container not being populated yet.
The JSON reader should work regardless of key order within any JSON object.
Thanks @gmlewis, we are aware of this one. It's a byproduct of the JSON loader being based off of our binary loader, which does have guaranteed order. We have a few ideas in mind for how to fix this.
If the
animations
key within anartboard
appears before thenodes
key in the same object, theflare_flutter
plugin will crash due to the_collections
container not being populated yet.The JSON reader should work regardless of key order within any JSON object.
For example, this JSON
.flr
file will crash the reader because the keys are in sorted order (which is the default for writers like https://golang.org/pkg/encoding/json/#Marshal):The text was updated successfully, but these errors were encountered: