Dweebs-Global / DweebsEye-Mobile-Application

GNU General Public License v3.0
0 stars 0 forks source link

Create user flow (without cloud) #34

Closed elena-kolomeets closed 3 years ago

elena-kolomeets commented 3 years ago

Hi @shesha1096, so GitHub also suggests me to request your review :) So this is what I did:

I was also thinking that it should be possible to keep the users logged in right? So that this logged in state is stored somehow and then the Login page is only shown once the first time and for the rest - directly the Homepage (so that the users don't have to hear the greeting messages and push the screen each time they open the app), is that something easy to implement for you? I guess there must be some state variable that could be passed to MyApp() in main.dartthat would redirect to Login or Homepage?