NearHuscarl / flutter_login

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

Add Checkbox version v2 #424

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.

This is the more integrated version, but it comes along with API changes, opposed to: https://github.com/NearHuscarl/flutter_login/pull/422

juliansteenbakker commented 1 year ago

I'm closing this for now since i've merged #422