shared_pref_pro 1.1.3
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
webpackage to^1.1.1for full WASM compatibility. - Fixed
dart:htmldeprecation by fully migrating topackage:web. - Improved Android build configuration with
namespacesupport.
1.1.1 #
- Finalizing package metadata and repository links.
- Ensuring full compatibility with
package:weband WASM.
1.1.0 #
- Breaking Change: Migrated Web implementation from
dart:htmltopackage: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(...)insave()to set TTL for data. - Expired data is automatically deleted and returns
nullonget(). - 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.