flowdb 0.0.3
flowdb: ^0.0.3 copied to clipboard
A simple, reactive, lightweight and cross-platform key-value database for Flutter and Dart.
0.0.3 #
- Added null-safety for the
initialparameter in listener APIs. - Made
initialparameter optional inaddListenerandaddListenerAndUseDB. - Minor code cleanup and dependency updates.
0.0.2 #
fix: making set async in FlowDB
0.0.1 #
- Initial release of FlowDB
- Key-value storage with JSON backend
- Support for nested keys using dot notation
- Optional encryption for data security
- Cross-platform support (mobile and web)
- Reactive state management with FlowState and FlowBuilder
- Background worker support for async operations
- File size tracking utilities
- Synchronous and asynchronous API variants