NearHuscarl / flutter_login

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

Trigger Login Animation through controller #394

Open LeoM93 opened 1 year ago

LeoM93 commented 1 year ago

Hey, First and foremost, I'd like to thank you for this wonderful package. The work you've done is incredible.

I'm developing an app with Bloc for state management, and I'd like flutter login to be responsive when the application's state changes.

It would be fantastic to be able to trigger the animation using an animationController. As a result, the UI will be responsive from the outside.