Skip to content

Flutter plugin (based on flutter/plugins/shared_preferences) for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android with Android custom shared preferences name.

Notifications You must be signed in to change notification settings

herodotdigital/compat_shared_preferences

Repository files navigation

compat_shared_preferences

This project based on shared_preferences (https://pub.dev/packages/shared_preferences) and have the same API. But original project forks with custom keys adding flutter. prefix. This package is useful if you not creating new application but rewriting existing Android/iOS application with SharedPreferences/NSUserDefaults to Flutter and want to use the same SharedPreferences store.

About

Flutter plugin (based on flutter/plugins/shared_preferences) for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android with Android custom shared preferences name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published