sqlbrite 1.2.0
sqlbrite: ^1.2.0 copied to clipboard
RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.
1.2.0 - Feb 04, 2020 #
-
Update dependencies:
rxdart
,sqflite
. -
Add more documents for public API.
-
Fix some bugs.
-
Upgrade dart
minsdk
to2.6.0
with extension method feature. -
Refactor internal implementations.
1.1.0 - May 04, 2019 #
-
Add document for public API.
-
Fix error when call method
mapToOne
andmapToList
. -
Minor changes.
1.0.1 - May 03, 2019 #
- Update
rxdart
dependency, fix error when call methodmapToOne
andmapToList
.
1.0.0 - May 03, 2019 #
- Initial release.