Skip to content

mdrideout/flutter_hive_provider_example

Repository files navigation

Flutter Hive Provider Example

A basic contact management flutter app demonstrating the use of Provider for state management and Hive for persistent data storage.

Every time persistent data is changed (when a contact is added or deleted from hive), the provider data is refreshed from hive. The ui is updated by calling notifyListeners();.

About

A Flutter App example of managing state with Provider, while storing data persistently with Hive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published