Skip to content

sanjeev2552/shared_preferences_plus

Repository files navigation

Shared Preferences Plus

A Flutter plugin for reading and writing key-value pairs to persistent storage with support for isolated named containers. Built using the federated plugin architecture.

For usage instructions, see the shared_preferences_plus package.

Packages

Package Description
shared_preferences_plus App-facing package that developers depend on
shared_preferences_plus_platform_interface Common platform interface for platform implementations
shared_preferences_plus_android Android implementation
shared_preferences_plus_foundation iOS and macOS implementation
shared_preferences_plus_linux Linux implementation
shared_preferences_plus_web Web implementation
shared_preferences_plus_windows Windows implementation

Platform Support

Platform Status Storage Backend
Android SharedPreferences
iOS NSUserDefaults
macOS NSUserDefaults
Web localStorage
Linux local JSON file (path_provider_linux)
Windows local JSON file (path_provider_windows)

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

See LICENSE for details.

About

A Flutter plugin for reading and writing key-value pairs to persistent storage with support for isolated named containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors