iampawan / iampawan/FlutterLoginPageBloc

Upgrading from RxDart 0.22.x to 0.23.x

Open
#4 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
103
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Hi everyone, first THANKS to @iampawan for the code and happy new 2020 ! The code it's quite cool and easy to use.

Now my question is, can someone help me to update it so that it supports the latests RxDart ? As I think they drop the observable class, so, how should we replace the submitcheck to do it ?

`Stream get submitCheck => Observable.combineLatest2(email, password, (e, p) => true);`

Thanks a lot !

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the submitCheck definition shown in the issue and review the RxDart 0.23 API changes around Observable.combineLatest2. Confirm the replacement supports the existing email and password streams and that the project builds with the newer RxDart version.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.