A Simple Example of Using Hive DB for Offline Storage in Flutter. Hive DB is noSQL and you can save data offline using Hive. Search hive in pub.dev
- You must specify unique HiveType
- HiveField must be unique ( inside the class only )
- Add Hive and HiveFlutter in pubspec with hive_generator and build_runner
- Create a HiveDB Class
- Call build_runner