app_storage 1.0.0
app_storage: ^1.0.0 copied to clipboard
A simple and secure local storage package with support for primitives, collections, and JSON serialization.
1.0.0 #
- Initial release
- Support for primitives, collections, JSON serialization, and secure data storage
- Support for time-to-live (TTL) for cached data
- Support for secure storage for sensitive data (tokens, passwords)
- Support for multiple data types (primitives, lists, maps, and custom objects)
- Support for exception handling with custom exceptions
- Support for platform-specific storage (Android, iOS, Web, Windows, macOS, Linux)
- Support for JSON serialization for complex types