shared_preferences_plus 1.0.0 copy "shared_preferences_plus: ^1.0.0" to clipboard
shared_preferences_plus: ^1.0.0 copied to clipboard

A Flutter plugin for reading and writing key-value pairs with named containers.

1.0.0 #

  • Initial release.
  • Adds core key-value storage capabilities (String, int, double, bool, List<String>).
  • Adds support for isolated named containers.
  • Adds getAll method to retrieve all preferences.
  • Includes comprehensive in-memory implementation for testing.