FlutterLoginPageBloc icon indicating copy to clipboard operation
FlutterLoginPageBloc copied to clipboard

sometimes submitCheck doesn't work right

Open w4mxl opened this issue 6 years ago • 5 comments

You can see these screenshots 👇:

w4mxl avatar Jan 10 '19 08:01 w4mxl

please add this code in bloc.dart: Bloc() { _emailController.listen(dataChange());

_passwordController.listen(dataChange());

} dataChange() { submitCheck; }

Code has missing the controller event listening.

ghost avatar Apr 17 '19 12:04 ghost

You can see these screenshots point_down:

please add this code in bloc.dart: Bloc() { _emailController.listen(dataChange());

_passwordController.listen(dataChange());

} dataChange() { submitCheck; }

Code has missing the controller event listening.

ghost avatar Apr 17 '19 12:04 ghost

Thanks,i will try it !

w4mxl avatar Apr 25 '19 10:04 w4mxl

I am facing the same issue. listen keyword is not found in the vs code intellisence. my dart sdk version is 2.6.

rageshS avatar Mar 07 '20 15:03 rageshS

Thank GOD. I have got very good support from stackoverflow community. see the following link (https://stackoverflow.com/questions/60575135/rx-combinelatest2-not-working-as-expected) to find out the thread.

rageshS avatar Mar 08 '20 14:03 rageshS