NearHuscarl / flutter_login

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

termsofservice should be available within loginprovider callback #453

Open Ben1980 opened 10 months ago

Ben1980 commented 10 months ago

Is it possible to catch the termsOfService data within a loginprovider callback? the signupData parameter is missing there so I don't see how to access it. Another way would be to have a termsofservice flag changed callback method, but that also is not available as far as I see.