shared_prefs_typed_annotations 0.6.0
shared_prefs_typed_annotations: ^0.6.0 copied to clipboard
Annotations for generating type-safe SharedPreferences code (shared_prefs_typed)
Changelog #
All notable changes to this package will be documented in this file.
0.6.0 #
- Added
@Target({TargetKind.classType})toTypedPrefs— misuse on non-class declarations now produces an IDE-level error - Added
metaas a dependency - Improved class-level documentation (documents the
_prefix requirement)
0.5.2 #
- Fixed supported platforms
0.5.1 #
- Added example file
0.5.0 #
- Initial stable release.
- Provides the
@TypedPrefsannotation with the optionalasyncboolean parameter to control the generator's output mode.