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

Decouple Bloc from RxDart #838

Closed
wants to merge 1 commit into from
Closed

Decouple Bloc from RxDart #838

wants to merge 1 commit into from

Conversation

felangel
Copy link
Owner

@felangel felangel commented Feb 2, 2020

Status

IN DEVELOPMENT

Breaking Changes

YES

Description

Todos

  • Tests
  • Documentation
  • Examples

Impact to Remaining Code Base

  • Breaking changes
    • transformStates -> transformTransitions
    • Function signature changes to transformEvents

@felangel felangel added enhancement candidate Candidate for enhancement but additional research is needed pkg:bloc This issue is related to the bloc package labels Feb 2, 2020
@felangel felangel self-assigned this Feb 2, 2020
@felangel felangel added this to In progress in bloc via automation Feb 2, 2020
@codecov
Copy link

codecov bot commented Feb 2, 2020

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #838   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     12    -4     
  Lines         247    209   -38     
=====================================
- Hits          247    209   -38
Impacted Files Coverage Δ
packages/bloc/lib/src/bloc.dart 100% <100%> (ø) ⬆️
packages/bloc_test/lib/src/bloc_test.dart
packages/bloc_test/lib/src/when_listen.dart
packages/bloc_test/lib/src/mock_bloc.dart
packages/bloc_test/lib/src/emits_exactly.dart

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 068300d...533fb8d. Read the comment docs.

@felangel
Copy link
Owner Author

felangel commented Feb 2, 2020

@brianegan when you have a min can you take a look?

@felangel felangel force-pushed the remove-rxdart branch 3 times, most recently from 3267a5a to c908edf Compare February 2, 2020 20:20
@felangel felangel closed this Feb 2, 2020
@felangel felangel deleted the remove-rxdart branch February 2, 2020 23:09
@felangel felangel moved this from In progress to Done in bloc Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement candidate Candidate for enhancement but additional research is needed pkg:bloc This issue is related to the bloc package
Projects
bloc
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants