shared_prefs_cookie_store 0.0.1 copy "shared_prefs_cookie_store: ^0.0.1" to clipboard
shared_prefs_cookie_store: ^0.0.1 copied to clipboard

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 w [...]

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
2
likes
130
points
348
downloads

Publisher

verified publisherspense.money

Weekly Downloads

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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cookie_jar, flutter, plugin_platform_interface, shared_preferences

More

Packages that depend on shared_prefs_cookie_store