hive_db_package

Last updated:

0 purchases

hive_db_package Image
hive_db_package Images
Add to Cart

Description:

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);

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.