Today I'll be showing how to use the Hive flutter package.
Hive is a lightweight and blazing fast key-value database written in pure Dart.
It's great for when you need some persistent data locally that doesn't require you to fetch data from the server.
You can download the packages @:
https://pub.dev/packages/hive
https://pub.dev/packages/hive_flutter
https://pub.dev/packages/hive_generator
https://pub.dev/packages/build_runner
Source Code: https://github.com/trey-a-hope/Demos/...