zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

user_store.login is never invoked, form_store.login is used instead. #114

Closed gc-robotics closed 2 years ago

gc-robotics commented 2 years ago

Double implementation of the login method present in the code.

zubairehman commented 2 years ago

Hi @gc-robotics ,

Thanks for pointing it out. Please follow this branch for upcoming changes: https://github.com/zubairehman/flutter-boilerplate-project/tree/feature/mvi

Thanks