shared_prefs_cookie_store

A Flutter shared preferences plugin for managing HTTP cookies. This plugin provides a straightforward approach to managing cookies in Flutter applications using SharedPreferences as a storage medium while ensuring cookie persistence.

📋 Features

  • 🕹 Simple and easy-to-use API
  • 💽 Uses SharedPreferences for persistent storage
  • ⌛ Supports asynchronous initialization
  • 🌐 Integrates seamlessly with the Dio networking library.

🖥 Installation

Add this to your pubspec.yaml file:

dependencies:
  shared_prefs_cookie_store: ^replace-with-latest-version

Then, run this on your terminal:

$ flutter pub get