shared_pref_pro 1.1.3 copy "shared_pref_pro: ^1.1.3" to clipboard
shared_pref_pro: ^1.1.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.1.3 #

  • Final metadata optimization for pub.dev scoring.
  • Confirmed repository URL consistency.
  • Standardized file naming across all platforms.

1.1.2 #

  • Corrected repository URL to https://github.com/Akashpal12/shared_pref_pro.
  • Updated web package to ^1.1.1 for full WASM compatibility.
  • Fixed dart:html deprecation by fully migrating to package:web.
  • Improved Android build configuration with namespace support.

1.1.1 #

  • Finalizing package metadata and repository links.
  • Ensuring full compatibility with package:web and WASM.

1.1.0 #

  • Breaking Change: Migrated Web implementation from dart:html to package:web.
  • Added support for WASM (WebAssembly).
  • Corrected Repository and Issue Tracker URLs to Akashpal12/shared_pref_pro_package.
  • Updated Android build configuration for better Kotlin compatibility.
  • Fixed internal file naming consistency.

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on shared_pref_pro

Packages that implement shared_pref_pro