Hello Flutter community! I am proud to announce that I have released the largest update to Hive Community Edition yet. Version 2.8.0 adds support for the new GenerateAdapters
annotaiton which greatly improves the code generation experience. With the GenerateAdapters
annotation, you only specify the classes you want to generate adapters for. No more manually annotating every type and field and keeping track of their IDs.
I also developed a migration tool to help transition from the old annotations. This migration tool makes sure your model classes do not have commmon issues that would result in data integreity issues and then generates the necessary files.
You can see the documentation for the update here: https://pub.dev/packages/hive_ce#store-objects