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

Fix a memory leak with StreamProvider #194

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

rrousselGit
Copy link
Owner

closes #193

@codecov
Copy link

codecov bot commented Oct 22, 2020

Codecov Report

Merging #194 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   95.81%   95.86%   +0.04%     
==========================================
  Files          29       29              
  Lines         933      944      +11     
==========================================
+ Hits          894      905      +11     
  Misses         39       39              
Impacted Files Coverage Δ
packages/flutter_riverpod/lib/src/consumer.dart 98.14% <ø> (ø)
packages/riverpod/lib/src/future_provider.dart 100.00% <100.00%> (ø)
packages/riverpod/lib/src/stream_provider.dart 100.00% <100.00%> (ø)

@rrousselGit rrousselGit merged commit 0b34ebf into master Oct 22, 2020
@rrousselGit rrousselGit deleted the streamprovider-memory-leak branch October 22, 2020 04:08
kwill39 pushed a commit to kwill39/riverpod that referenced this pull request Jan 4, 2024
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.

Possible memory leak on StreamProvider.autoDispose
1 participant