mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.39k stars 311 forks source link

feat: add observable queue #892

Closed amondnet closed 1 year ago

amondnet commented 1 year ago

Describe the changes proposed in this Pull Request.

Fixes #887


Pull Request Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #892 (03e2d15) into master (13b7e6d) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #892      +/-   ##
==========================================
+ Coverage   98.96%   99.04%   +0.08%     
==========================================
  Files          55       56       +1     
  Lines        1924     2105     +181     
==========================================
+ Hits         1904     2085     +181     
  Misses         20       20              
Flag Coverage Δ
flutter_mobx 100.00% <ø> (ø)
mobx 98.70% <100.00%> (+0.17%) :arrow_up:
mobx_codegen 100.00% <ø> (ø)

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

Impacted Files Coverage Δ
...c/api/observable_collections/observable_queue.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13b7e6d...03e2d15. Read the comment docs.

pavanpodila commented 1 year ago

closing this as its gone stale