neoman-omyeon-go / Bigsasimi_FrontEnd

'Young Yang Gang' Frontend Main Repository(Flutter)
1 stars 1 forks source link

Login and Register #1

Open LifeIsRightward opened 7 months ago

LifeIsRightward commented 7 months ago

We have to fix it

  1. [Error ocurred] when you enter your Wrong ID or Password, and infinitely failed the login
  2. [Eroor ocurred] when yo enter your Correct ID or Password, and infinitely success the login

Another plan

  1. BottomNavigationBar state will shared with every other Pages
  2. Page trangition logic(ex. Register success -> pop the Register page and show Login page)
  3. Get the design and developed
LifeIsRightward commented 7 months ago

[Found Error Point] in Windows -> In normal operating | in Mac -> Error Occured(I think, server's speed is different. So, async wait time check each OS)

LifeIsRightward commented 7 months ago

[Fixed] Write Login check, Register duplicating check logic in Login, Register API

LifeIsRightward commented 7 months ago

[Opinion Suggestion] How about "dio response" take out from try - catch?