sqlbrite 2.0.0-nullsafety.0 copy "sqlbrite: ^2.0.0-nullsafety.0" to clipboard
sqlbrite: ^2.0.0-nullsafety.0 copied to clipboard

outdated

RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.

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 a StateError when result sets has 0 rows.
    • BriteDatabase constructor now accepts BriteDatabaseLogger? logger instead of bool isLoggerEnabled.

1.4.0 - July 6, 2020 #

  • Breaking change: returned stream is a single-subscription stream.
  • Allow disable/enable logger (via _isLoggerEnabled optional parameter in BriteDatabase 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 to 2.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 and mapToList.

  • Minor changes.

1.0.1 - May 03, 2019 #

  • Update rxdart dependency, fix error when call method mapToOne and mapToList.

1.0.0 - May 03, 2019 #

  • Initial release.
46
likes
0
pub points
87%
popularity

Publisher

unverified uploader

RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, rxdart_ext, sqflite

More

Packages that depend on sqlbrite