Spyke

Posts

flutter·FlutterbyRexios

Hive CE documentation site

Hello again! I have finally deployed a version of the Hive documentation site updated to reflect all the changes in Hive CE. This should serve as a single source of truth for the best practices when using Hive CE, as well as a more accessible getting started guide for developers unfamiliar with the original Hive package.

Please have a look and let me know what you think!

https://docs.hive.isar.community/Open linkView original on lemmy.zip
flutter·FlutterbyRexios

The Hive CE Inspector DevTools extension is released in version 2.13.0

After many months of work, it is finally here! You can now use the Hive CE Inspector DevTools extension to quickly view the contents of any Hive box open in your application with live updates.

See a video of the inspector in action here: https://github.com/IO-Design-Team/hive_ce/issues/52#issuecomment-3300976432

The inspector builds upon previous work by automatically reading the Hive schema (hive_adapters.g.yaml) from your project and using it to deserialize raw box data into a human-readable format. This does mean, however, that your project must be using the GenerateAdapters annotation to generate type adapters. Data created by HiveType annotations and custom adapters will only be viewable as raw binary data.

Please try it out and let me know your thoughts!

View original on lemmy.zip

You reached the end