flutter_clean_storage 0.0.1
flutter_clean_storage: ^0.0.1 copied to clipboard
A type-safe, clean architecture storage solution for Flutter applications that supports both secure and non-secure storage with built-in parsers for common types.
0.0.1 #
Initial release with the following features:
- Type-safe storage operations
- Secure and non-secure storage support
- Built-in parsers for common types (String, int, bool, DateTime)
- JSON serialization support
- List storage support
- Clean architecture approach
- Static storage pattern support
- Comprehensive documentation
- Example application
- Full test coverage