Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ref.listen(weak: true) #3426

Merged
merged 13 commits into from
Mar 16, 2024
Merged

Add Ref.listen(weak: true) #3426

merged 13 commits into from
Mar 16, 2024

Conversation

rrousselGit
Copy link
Owner

Related Issues

fixes #2398
fixes #3285

Copy link

changeset-bot bot commented Mar 16, 2024

⚠️ No Changeset found

Latest commit: f96031e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.35%. Comparing base (2701c74) to head (f96031e).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #3426      +/-   ##
==========================================
+ Coverage   93.61%   94.35%   +0.73%     
==========================================
  Files          43       43              
  Lines        2303     2339      +36     
==========================================
+ Hits         2156     2207      +51     
+ Misses        147      132      -15     
Files Coverage Δ
...src/providers/legacy/change_notifier_provider.dart 100.00% <100.00%> (ø)
packages/riverpod/lib/src/common/listenable.dart 75.55% <ø> (+1.64%) ⬆️
packages/riverpod/lib/src/core/element.dart 93.23% <100.00%> (+0.49%) ⬆️
packages/riverpod/lib/src/core/family.dart 88.88% <100.00%> (+13.13%) ⬆️
...ckages/riverpod/lib/src/core/modifiers/select.dart 100.00% <100.00%> (ø)
.../riverpod/lib/src/core/modifiers/select_async.dart 96.15% <ø> (ø)
packages/riverpod/lib/src/core/override.dart 100.00% <100.00%> (ø)
...ges/riverpod/lib/src/core/override_with_value.dart 93.75% <100.00%> (ø)
...erpod/lib/src/core/provider/notifier_provider.dart 100.00% <100.00%> (+6.97%) ⬆️
...kages/riverpod/lib/src/core/provider/provider.dart 100.00% <100.00%> (ø)
... and 19 more

@rrousselGit rrousselGit merged commit 39db426 into dev Mar 16, 2024
23 checks passed
@rrousselGit rrousselGit deleted the devtool branch March 16, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant