doos 0.0.1
doos: ^0.0.1 copied to clipboard
A type-safe local storage library for Dart and Flutter apps with reactive change streams.
0.0.1 #
- Initial release of Doos:
- Type-safe storage API with reactive change streams
- JSON storage adapter with file-based persistence
- Support for JSON-serializable types (String, int, double, bool, List, Map, null)
- Custom type support with deserializer functions
- Result-based error handling with
DoosResulttype