Rexios
Rexios
You say this is a workaround: ```dart HttpClientAdapter makeHttpClientAdapter() { final adapter = HttpClientAdapter() as BrowserHttpClientAdapter; adapter.withCredentials = true; return adapter; } ``` What about this fixes the issue if...
I actually have this error in one of my projects now. Not sure how it took me this long to notice. The workaround provided by @AlexV525 does fix the issue.
@murali-shris Hello! I'm the maintainer of Hive CE. > The problem is order of metadata changes in auto generated adapter because of which there is an error reading data from...
> Order of attributes declaration and order of writing/reading in adapters do not match. The migration tool takes this into account. The existing indices defined in your `HiveField` annotations are...
That is expected since you haven't removed the old annotations yet in step 3. That is also why you have to generate twice. Yes that command works but technically it...
@purnimavenkatasubbu I can't see the results without requesting access. Did you make any interesting discoveries?
Thank you! It was an interesting read.
I released the [wear_plus](https://pub.dev/packages/wear_plus) plugin which contains many updates. Please create an issue there if this issue persists after switching.
Meh I'm not sure this actually improves the state of things
Actually I think having these available would help with json serialization