shared_pref_pro 1.0.3 copy "shared_pref_pro: ^1.0.3" to clipboard
shared_pref_pro: ^1.0.3 copied to clipboard

A clean, extensible, and production-ready local storage plugin with Smart Expiring Cache support. Works on Android, iOS, Web, Windows, macOS, and Linux.

1.0.3 #

  • Added Smart Expiring Cache feature.
  • Use expireIn: Duration(...) in save() to set TTL for data.
  • Expired data is automatically deleted and returns null on get().
  • Updated documentation and README with usage examples.

1.0.2 #

  • Fixed syntax error in get<T> (compatible with all Dart versions).
  • Added full support for Web, Windows, macOS, and Linux.
  • Updated dependencies for better pub.dev score.

1.0.1 #

  • Fixed linter warnings (Static Analysis).
  • Improved platform support score.
  • Removed "example" from package names for better pub.dev ranking.

1.0.0 #

  • Initial release.
  • Support for basic types: String, int, double, bool, List
  • Support for JSON serialization.
  • Android and iOS implementations.
2
likes
0
points
331
downloads

Publisher

unverified uploader

Weekly Downloads

A clean, extensible, and production-ready local storage plugin with Smart Expiring Cache support. Works on Android, iOS, Web, Windows, macOS, and Linux.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on shared_pref_pro

Packages that implement shared_pref_pro