riverpod_shared_preferences 0.0.3
riverpod_shared_preferences: ^0.0.3 copied to clipboard
An adapter to connect shared_preferences with riverpod
0.0.3 #
- changelog ordering was wrong, silly me!
- reverted the optional
SharedPreferencesparam change - new: added
JsonSharedPreferencesWithCacheStoragethat leveragesSharedPreferencesWithCacheAPIs - new: added
JsonSharedPreferencesAsyncStoragethat leveragesSharedPreferencesAsyncAPIs
0.0.2 #
LegacyJsonSharedPreferencesStorage.opennow accepts an optionalSharedPreferencesinstance to initialize with- avoid calling
deleteOutOfDatetwice on startup - removed some useless API, marked as @internal stuff we don't want to export
- applied linting to the project
- added a few inline docs
- added a proper README
0.0.1 #
- Initial version