hive_db_package 0.0.6
hive_db_package: ^0.0.6 copied to clipboard
A Flutter project with hive database implementation.
Hive database implementation A flutter package that ease the use of hive database implementation for api
Documentation #
Initialization
var hive = HiveInitialization(); await hive.hiveInit("apiResponses");
Implementation
final response = await const ApiCacheHelper(uniqueHiveDbName: 'uniqueName').getJsonResponse(endpoint);