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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
I'm pretty sure it isn't implemented as is, how feasible is it to add though? I would hope to see a moved list of some kind, I know order of map keys isn't a requirement of json itself, but dart does use an ordered hashmap for its representation of json so its possible. I'm implementing an undo mechanism using diff and it would be helpful to not have the maps items in a different order on reverting.