About 137,000 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. shared_preferences_android | Flutter package - Pub

    Dec 1, 2025 · The [SharedPreferences] API uses the native Android SharedPreferences tool to store data.

  6. 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, …

  7. 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 …

  8. 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.

  9. 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 …

  10. 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 …