ds_easy_db 1.0.2
ds_easy_db: ^1.0.2 copied to clipboard
A unified database abstraction layer for Flutter. Supports multiple storage backends through a simple, consistent API.
1.0.2 #
- Added MockStreamDatabase for testing streaming databases
- Made configure() parameters optional (not all repositories required)
- Fixed: MockDatabase cannot be used for stream parameter
1.0.1 #
- Added dartdoc comments to public API
- Added example documentation
1.0.0 #
- Initial release of ds_easy_db
- Unified database abstraction layer for Flutter
- Support for multiple storage backends
- MockDatabase for testing included