delay / flutter_starter

MIT License
422 stars 146 forks source link

Home page not showing latest name #27

Closed countryst closed 1 year ago

countryst commented 2 years ago

Steps to reproduce:

  1. Create a new account
  2. (or login to an existing account)
  3. Go to setting
  4. Go to update your profile
  5. Change name
  6. UPDATE PROFILE + input password
  7. Go to homepage
  8. Updated name is showing correctly
  9. Go to setting (without signing out)
  10. Go to update your profile
  11. Change name
  12. UPDATE PROFILE + input password
  13. Go to homepage
  14. Name is not updated <- bug
  15. Go to setting (without signing out)
  16. Go to update your profile
  17. Change name
  18. UPDATE PROFILE + input password
  19. Go to homepage
  20. Previous name change is showing <- bug
delay commented 2 years ago

Thanks for this bug report. I will try and look into this at some point. Unfortunately I have not been coding in flutter recently, so not sure when I will have time to troubleshoot this. I would be happy to take a PR if someone wants to try and solve it. One suggestion might be to update the packages and see if it goes away. Sorry it took me a while to respond to this issue.