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

line 13, Observable is now replaced with Rx #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paul77uk
Copy link

@paul77uk paul77uk commented May 1, 2020

No description provided.

@rustkas
Copy link

rustkas commented Oct 23, 2020

login_bloc

src/blocs/bloc.dart

rxdart 0.23.0
Extension Methods replace Observable class!

Just do it!

-     Observable.combineLatest2(email, password, (e, p) => true);
+     Rx.combineLatest2(email, password, (e, p) => true);

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.

2 participants