onestudio-co / flutter-bond

Your next Flutter project template!
178 stars 49 forks source link

show password icon button (sign up) #91 #125

Closed AbedrahmanYassen closed 1 year ago

AbedrahmanYassen commented 1 year ago

PART OF GTC OPEN SOURCE INTIATIVE

Summary: This PR solves the issue that when you click on either of password and confirm-password show password icon both of are being shown

Related Issue: [ 91 ]

Proposed Changes

Description: [ I just separated the shared Boolean variable into two boolean variables for the password and show password , and the method that is handling the toggling ]

Checklist

Please review and check the following items before submitting your pull request:

Screenshots (if applicable)

After: image

salahamassi commented 1 year ago

Thanks for your contribution

we plan to use bond form for register page and login page