First load of my Flutter web app utilizing flutter_data works just fine. If I reload the page via the web browser, I receive the following:
[flutter_data] Box failed to open:
Expected a value of type 'Map<String, dynamic>', but got one of type 'LinkedMap<dynamic, dynamic>
I've searched but cannot find this issue answered anywhere.