Last updated:
0 purchases
hive db package
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);
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.