NearHuscarl / flutter_login

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

Simple checkbox version #422

Closed tkreuder closed 1 year ago

tkreuder commented 1 year ago

This PR is trying to add checkbox functionality to the additional signup fields with the fewest changes possible. Why is this needed, instead of using Terms: When you do the OAuth flow, you might still want to add checkboxes for Newsletter-acceptance etc.

I will add another PR that does the same thing, but does not try to fit in everything into the UserFormField: https://github.com/NearHuscarl/flutter_login/pull/424

juliansteenbakker commented 1 year ago

Thank you for your contribution. For now, i think this is the best way of doing this since it wont break the current implementation.