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

Expose lazy parameter on RepositoryProvider and BlocProvider #749

Merged
merged 1 commit into from
Dec 28, 2019

Conversation

felangel
Copy link
Owner

@felangel felangel commented Dec 28, 2019

Status

READY

Breaking Changes

NO

Description

  • Expose lazy property on BlocProvider and RepositoryProvider
  • Bump provider version to ^4.0.1 (#748)

Todos

  • Tests
  • Documentation
  • Examples

Impact to Remaining Code Base

  • Changes included in v3.1.0

@felangel felangel added the enhancement New feature or request label Dec 28, 2019
@felangel felangel added this to the v3.1.0 milestone Dec 28, 2019
@felangel felangel self-assigned this Dec 28, 2019
@felangel felangel added this to In progress in bloc via automation Dec 28, 2019
@codecov
Copy link

codecov bot commented Dec 28, 2019

Codecov Report

Merging #749 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #749   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         223    224    +1     
=====================================
+ Hits          223    224    +1
Impacted Files Coverage Δ
...ages/flutter_bloc/lib/src/repository_provider.dart 100% <ø> (ø) ⬆️
packages/flutter_bloc/lib/src/bloc_builder.dart 100% <ø> (ø) ⬆️
packages/flutter_bloc/lib/src/bloc_listener.dart 100% <ø> (ø) ⬆️
packages/flutter_bloc/lib/src/bloc_provider.dart 100% <100%> (ø) ⬆️

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 f451e25...643d075. Read the comment docs.

@felangel felangel merged commit 0bce32b into master Dec 28, 2019
bloc automation moved this from In progress to Done Dec 28, 2019
@felangel felangel deleted the flutter_bloc/expose-lazy branch December 28, 2019 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
bloc
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant