Shared Preferences Packages

shared_preferences

The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android.

rx_shared_preferences

Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs.

shared_preferences_dtx

The shared preferences package contains a single preference interface that automatically loads when you open the app, allowing you to edit your settings without having to go back and forth between different menus. Right in the package shared_preferences, it lets you access most of the used properties/functions.

native_shared_preferences

This bundle includes the shared preferences file without the initial in the keys. It’s used to move information from a previous native app.

shared_preferences_windows

This package is implementation of shared_preferences for Windows.

streaming_shared_preferences

This is a wrapper around shared_preferences that allows reactive key-value storage.

Similar Posts

  • Color Pickers

    o_color_picker The package includes a simple and fast two-step color picker that lets you select colors or tones. flex_color_picker The primary, accent, and custom color picker are all editable. An optional HSV wheel color picker is also available. flutter_circle_color_picker A lovely flutter color picker that chooses HSL colors. flutter_colorpicker This is a flutter library that…

  • State Manager

    If you are new to Flutter and state management, I suggest using riverpod package. Provider and Riverpod are both good. provider InheritedWidget are snippets of code that allow you to reuse and easily add functionality to widgets. This package adds a wrapper around it so they’re easier to use and more reusable. Too often when…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…

  • Best Flutter Tools

    If you want to get the most out of your experience with this incredible platform then I recommend checking out these awesome tools! Flutter Editors Android Studio Android Studio is an IDE (Integrated Development Environment) for developing a mobile application using Dart/Flutter, Java/Kotlin or C/C++ language on Linux, macOS and Windows operating systems. Visual Studio…

  • Database and ORM Packages

    postgrest The PostgREST client for Dart is a framework developed by the creator of this library. This library offers an ORM interface to PostgREST. conduit A modern HTTP server application framework with OpenAPI 3.0 integration, ORM, and OAuth2 provider. REST, RPC, or GraphQL services are all possible with this foundation. sqfentity_gen The Flutter SDK provides…

  • Flutter Projects for Beginners

    If you’re just getting started with Flutter, you might be feeling a little overwhelmed. There are so many different things to learn, and it can be hard to know where to start. That’s why we’ve put together this list of 8 Flutter projects for beginners. These projects will help you get comfortable with the basics…