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 overrideWith #1839

Merged
merged 5 commits into from Oct 30, 2022
Merged

Add overrideWith #1839

merged 5 commits into from Oct 30, 2022

Conversation

rrousselGit
Copy link
Owner

@rrousselGit rrousselGit commented Oct 28, 2022

resolves #1806

@rrousselGit rrousselGit changed the title Initial overrideWith Add overrideWith Oct 28, 2022
@rrousselGit rrousselGit marked this pull request as ready for review October 30, 2022 11:37
@codecov
Copy link

codecov bot commented Oct 30, 2022

Codecov Report

Merging #1839 (3592123) into master (1883856) will increase coverage by 0.42%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1839      +/-   ##
==========================================
+ Coverage   95.05%   95.47%   +0.42%     
==========================================
  Files          49       49              
  Lines        1899     2055     +156     
==========================================
+ Hits         1805     1962     +157     
+ Misses         94       93       -1     
Impacted Files Coverage Δ
...lib/src/change_notifier_provider/auto_dispose.dart 100.00% <100.00%> (ø)
...iverpod/lib/src/change_notifier_provider/base.dart 100.00% <100.00%> (ø)
.../riverpod/lib/src/async_notifier/auto_dispose.dart 100.00% <100.00%> (ø)
...od/lib/src/async_notifier/auto_dispose_family.dart 100.00% <100.00%> (ø)
packages/riverpod/lib/src/async_notifier/base.dart 100.00% <100.00%> (ø)
...ckages/riverpod/lib/src/async_notifier/family.dart 100.00% <100.00%> (ø)
packages/riverpod/lib/src/framework/family.dart 100.00% <100.00%> (ø)
...riverpod/lib/src/future_provider/auto_dispose.dart 100.00% <100.00%> (ø)
...ackages/riverpod/lib/src/future_provider/base.dart 100.00% <100.00%> (ø)
...ckages/riverpod/lib/src/notifier/auto_dispose.dart 100.00% <100.00%> (ø)
... and 12 more

@rrousselGit rrousselGit merged commit b02b333 into master Oct 30, 2022
@rrousselGit rrousselGit deleted the override-with branch October 30, 2022 11:58
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.

Add overrideWith as a replacement to overrideWithProvider
1 participant