DEV Community

Discussion on: Mastering Flutter: BLoC pattern for Login: Part 2

Collapse
 
skhendle profile image
Sandile Khendle

Hi, how did you create a confirmPassword formz class? How did you implement the logic of checking the two passwords against each other?

Collapse
 
theotherdevs profile image
TheOtherDev/s

Hi, you can check out the code here: github.com/Alessandro-v/bloc_login
You can find the implementation under "auth_models".
Sorry we didn't add the Github code on this tutorial.