sqlbrite 2.8.0
sqlbrite: ^2.8.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.8.0 - Aug 13, 2024 #
- Update
rxdart_ext: ^0.3.0
(~rxdart: ^0.28.0
).
2.7.0 - Mar 6, 2024 #
- Update dependencies:
sqflite: ^2.3.2
(implementsDatabase.readTransaction
method). - Update
Dart SDK
constraint to'>=3.0.0 <4.0.0'
, andFlutter
constraint to'>=3.10.0'
.
2.6.0 - Jan 28, 2023 #
- Update dependencies:
sqflite: ^2.2.4
. Becausesqflite
does not follow semantic versioning, this is a breaking change.
2.5.1 - Jan 25, 2023 #
- Update dependencies
sqflite: ^2.2.3
(implementsBatch.length
).
2.5.0 - Nov 2, 2022 #
- Update dependencies
sqflite: ^2.2.0+3
(implementsDatabase.queryCursor()
andDatabase.rawQueryCursor()
).
2.4.0 - Oct 1, 2022 #
-
Update dependencies
sqflite: ^2.1.0
.
-
Update
Dart SDK
constraint to'>=2.18.0 <3.0.0'
andFlutter
constraint to'>=3.3.0'
.
2.3.0 - Jul 31, 2022 #
-
Update dependencies
rxdart_ext: ^0.2.5
(~rxdart: ^0.27.5
).sqflite: ^2.0.3
.
-
Update
Dart SDK
constraint to'>=2.16.0 <3.0.0'
andFlutter
constraint to'>=3.0.0'
.
2.2.0 - Sep 22, 2021 #
-
Update dependencies
rxdart_ext
to0.1.2
sqflite
to2.0.0+4
meta
to1.7.0
rxdart
to0.27.2
-
Change sdk constraint
>=2.14.0 <3.0.0
and flutter constraint>=2.5.0
. -
Migrated from
pedantic
toflutter_lints
. -
Updated example.
2.1.0 - May 13, 2021 #
- Update
rxdart
to0.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
. mapToOne
now emits aStateError
when result sets has 0 rows.BriteDatabase constructor
now acceptsBriteDatabaseLogger? logger
instead ofbool isLoggerEnabled
.
1.4.0 - July 6, 2020 #
- Breaking change: returned stream is a single-subscription stream.
- Allow disable/enable logger (via
_isLoggerEnabled
optional parameter inBriteDatabase
constructor).
1.3.0 - Apr 29, 2020 #
- Breaking change: support for
rxdart
0.24.x. - Breaking change: support for
sqflite
1.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
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.