persist_notifier library

A ValueNotifier designed for defining settings and providing a solution with a default value and notification system. Includes a manager for the general management of settings.

Classes

PersistNotifier<T>
An extension of ValueNotifier so an existing notification system exists. Adds functionality to store the key/value pair on the file system so that it loads the old value on initialization.
PersistNotifierManager
The manager of all registered persist notifiers. The persist notifier manager can be used as general manager or extended for a settings manager.