NearHuscarl / flutter_login

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

[FEATURE] Enable reactive UI changes #359

Open slimyjimmy opened 1 year ago

slimyjimmy commented 1 year ago

Hey, First of all I'd like to thank you for this cool package.

I'd like to use a reactive structure for my UI (using flutter_bloc package). Currently, though, that is not supported by flutter_login.

For example, for the login, I'd like to handle the login in my Bloc. The FlutterLogin widget would merely need to react to state changes (eg. IsCurrentlyAttemptingLogin via a IsLoading-property).