adamjohnlea / Flutter-Login-With-BLoC-Pattern

A new Flutter project featuring a faked authentication interface to demonstrate validation. Implemented with BloC pattern.
80 stars 16 forks source link

validation_issue #4

Open sukhkmr19 opened 5 years ago

sukhkmr19 commented 5 years ago

submit button is activated if the email is not correct not able to understand why?

i am new to bloc pattern

the use case is enter valid email and password now delete @ from email enter anything again in password field the submit button gets enable which is wrong because email is not valid.

please let me know how to fix it

Thanks

meilyd07 commented 5 years ago

https://github.com/ReactiveX/rxdart/issues/199

saurabhg-iitd commented 5 years ago

submit button is activated if the email is not correct not able to understand why?

i am new to bloc pattern

the use case is enter valid email and password now delete @ from email enter anything again in password field the submit button gets enable which is wrong because email is not valid.

please let me know how to fix it

Thanks

found any solution

demsey2 commented 4 years ago

does anyone find a nice solution to that issue? I saw many examples with that bug and people keep using it