NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.52k stars 808 forks source link

adds termsOfService animation #309

Closed maeddin closed 2 years ago

maeddin commented 2 years ago

Currently, the Terms Of Service appear and disappear without any animation. This slightly destroys the overall look of the package, where everything else is animated. I fixed this by adding the Terms Of Service to the ExpandableContainer of the confirm password textfield. This also keeps the state of the checkboxes.

juliansteenbakker commented 2 years ago

Thanks for your contribution!