xmartlabs / stock

Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely.
https://pub.dev/packages/stock
Apache License 2.0
74 stars 6 forks source link

add clear and clearAll functionality #30

Closed Abdktefane closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (10fccb0) compared to base (deb12dd). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 14 14 Lines 230 227 -3 ========================================= - Hits 230 227 -3 ``` | [Impacted Files](https://codecov.io/gh/xmartlabs/stock/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs) | Coverage Δ | | |---|---|---| | [lib/src/stock.dart](https://codecov.io/gh/xmartlabs/stock/pull/30/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs#diff-bGliL3NyYy9zdG9jay5kYXJ0) | `100.00% <ø> (ø)` | | | [lib/src/implementations/source\_of\_truth\_impl.dart](https://codecov.io/gh/xmartlabs/stock/pull/30/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs#diff-bGliL3NyYy9pbXBsZW1lbnRhdGlvbnMvc291cmNlX29mX3RydXRoX2ltcGwuZGFydA==) | `100.00% <100.00%> (ø)` | | | [lib/src/implementations/stock\_impl.dart](https://codecov.io/gh/xmartlabs/stock/pull/30/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs#diff-bGliL3NyYy9pbXBsZW1lbnRhdGlvbnMvc3RvY2tfaW1wbC5kYXJ0) | `100.00% <100.00%> (ø)` | | | [lib/src/source\_of\_truth.dart](https://codecov.io/gh/xmartlabs/stock/pull/30/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs#diff-bGliL3NyYy9zb3VyY2Vfb2ZfdHJ1dGguZGFydA==) | `100.00% <100.00%> (ø)` | | | [lib/src/stock\_response\_extensions.dart](https://codecov.io/gh/xmartlabs/stock/pull/30/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs#diff-bGliL3NyYy9zdG9ja19yZXNwb25zZV9leHRlbnNpb25zLmRhcnQ=) | `100.00% <0.00%> (ø)` | | | [...extensions/stock\_response\_internal\_extensions.dart](https://codecov.io/gh/xmartlabs/stock/pull/30/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs#diff-bGliL3NyYy9leHRlbnNpb25zL3N0b2NrX3Jlc3BvbnNlX2ludGVybmFsX2V4dGVuc2lvbnMuZGFydA==) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmartlabs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.