pinchbv / floor

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications
https://pinchbv.github.io/floor/
Apache License 2.0
967 stars 191 forks source link

Implemented change notification when a table changes by the query. #733

Closed dkaera closed 1 year ago

dkaera commented 1 year ago

Resolves issue #731

codecov[bot] commented 1 year ago

Codecov Report

Merging #733 (0f6564f) into develop (6e507dc) will increase coverage by 1.15%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #733      +/-   ##
===========================================
+ Coverage    90.76%   91.92%   +1.15%     
===========================================
  Files           11       11              
  Lines          195      223      +28     
===========================================
+ Hits           177      205      +28     
  Misses          18       18              
Flag Coverage Δ
floor 91.92% <100.00%> (+1.15%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
floor/lib/src/adapter/query_adapter.dart 97.14% <100.00%> (+1.90%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.