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

Libraries

hive_db_package