sqlbrite 2.2.0
sqlbrite: ^2.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.
2.2.0 Sep 22, 2021 #
-
Update dependencies
rxdart_extto0.1.2sqfliteto2.0.0+4metato1.7.0rxdartto0.27.2
-
Change sdk constraint
>=2.14.0 <3.0.0and flutter constraint>=2.5.0. -
Migrated from
pedantictoflutter_lints. -
Updated example.
2.1.0 May 13, 2021 #
- Update
rxdartto0.27.0.
2.0.0 Apr 01, 2021 #
- Stable release for null safety.
2.0.0-nullsafety.0 Feb 28, 2021 #
- Breaking
- Opt into nullsafety.
- Set Dart SDK constraints to
>=2.12.0-0 <3.0.0. mapToOnenow emits aStateErrorwhen result sets has 0 rows.BriteDatabase constructornow acceptsBriteDatabaseLogger? loggerinstead ofbool isLoggerEnabled.
1.4.0 July 6, 2020 #
- Breaking change: returned stream is a single-subscription stream.
- Allow disable/enable logger (via
_isLoggerEnabledoptional parameter inBriteDatabaseconstructor).
1.3.0 Apr 29, 2020 #
- Breaking change: support for
rxdart0.24.x. - Breaking change: support for
sqflite1.3.x - Now, returned query stream is a broadcast stream.
- Internal implementation refactor.
1.2.0 Feb 04, 2020 #
-
Update dependencies:
rxdart,sqflite. -
Add more documents for public API.
-
Fix some bugs.
-
Upgrade dart
minsdkto2.6.0with extension method feature. -
Refactor internal implementations.
1.1.0 May 04, 2019 #
-
Add document for public API.
-
Fix error when call method
mapToOneandmapToList. -
Minor changes.
1.0.1 May 03, 2019 #
- Update
rxdartdependency, fix error when call methodmapToOneandmapToList.
1.0.0 May 03, 2019 #
- Initial release.