FlutterCasts icon indicating copy to clipboard operation
FlutterCasts copied to clipboard

line 13, Observable is now replaced with Rx

Open paul77uk opened this issue 5 years ago • 1 comments

paul77uk avatar May 01 '20 17:05 paul77uk

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);

rustkas avatar Oct 23 '20 19:10 rustkas