riverpod_shared_preferences 0.0.3 copy "riverpod_shared_preferences: ^0.0.3" to clipboard
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 SharedPreferences param change
  • new: added JsonSharedPreferencesWithCacheStorage that leverages SharedPreferencesWithCache APIs
  • new: added JsonSharedPreferencesAsyncStorage that leverages SharedPreferencesAsync APIs

0.0.2 #

  • LegacyJsonSharedPreferencesStorage.open now accepts an optional SharedPreferences instance to initialize with
  • avoid calling deleteOutOfDate twice 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