Example app for my article: Using Hive instead of SharedPreferences for storing preferences
This repository contains 3 branches:
- master: basic, suggested implementation from the article
- Async_Preferences: alternative implementation with public constructor but asynchronous getters
- GetIt_ChangeNotifier: setup from master branch with GetIt service locator and ChangeNotifier