preferences_annotation 1.0.0
preferences_annotation: ^1.0.0 copied to clipboard
Annotations and interfaces for the preferences_generator package, enabling the creation of type-safe preference modules.
1.0.0 #
- Initial release of
preferences_annotation. - Added
@PreferenceModuleannotation for defining a settings module. - Added
@PreferenceEntryannotation for defining a persistent preference value. - Added the
PreferenceAdapterabstract interface for connecting to a storage backend.