hive_db_package 0.0.6 copy "hive_db_package: ^0.0.6" to clipboard
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);

1
likes
130
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter project with hive database implementation.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive, hive_flutter, http, path_provider

More

Packages that depend on hive_db_package