
shared_preferences | Flutter package - Pub
Dec 9, 2025 · Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
shared_preferences example | Flutter package - Pub
Dec 9, 2025 · Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
shared_preferences - Dart API docs - Pub
By default, the SharedPreferences class will only read (and write) preferences that begin with the prefix flutter.. This is all handled internally by the plugin and does not require manually adding this prefix.
shared_preferences changelog | Flutter package - Pub
Dec 9, 2025 · Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
shared_preferences_android | Flutter package - Pub
Dec 1, 2025 · The [SharedPreferences] API uses the native Android SharedPreferences tool to store data.
shared_preferences_wrapper | Flutter package - Pub
Aug 5, 2025 · A Flutter package that provides a simple wrapper for working with shared preferences. This package simplifies the process of storing and retrieving various data types, including strings, …
shared_preferences_streamable | Flutter package - Pub
Feb 20, 2025 · By default, the SharedPreferences class will only read (and write) preferences that begin with the prefix flutter.. This is all handled internally by the plugin and does not require manually …
shared_preferences package - All Versions - Pub
Dec 9, 2025 · Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
shared_preferences_listener | Flutter package - Pub
Feb 11, 2025 · A powerful Flutter plugin that extends SharedPreferences with reactive capabilities, allowing you to listen for changes in preference values across your app. Perfect for state …
rx_shared_preferences | Flutter package - Pub
Jul 20, 2024 · Rxdart streaming shared preferences. Reactive stream rxdart wrapper around SharedPreferences. A stream based wrapper over shared_preferences, allowing reactive key-value …