Description
When removing a nested object in hive that was filled with data before, the app does not start any longer.
I found it in my production app first and could reproduce it in a minimal sample.
Steps to Reproduce
Use Code sample for first Run
run flutter pub run build_runner build
run the app
Use Code sample for second Run
run flutter pub run build_runner build
run the app
Actual result
HiveError: Cannot read, unknown typeId: 34. Did you forget to register an adapter?
(App does not start)
Description When removing a nested object in hive that was filled with data before, the app does not start any longer. I found it in my production app first and could reproduce it in a minimal sample.
Steps to Reproduce
Actual result HiveError: Cannot read, unknown typeId: 34. Did you forget to register an adapter? (App does not start)
Expected result App starts and is usable
Code sample for first Run
Code sample for second Run
Version