flutter_starter icon indicating copy to clipboard operation
flutter_starter copied to clipboard

Home page not showing latest name

Open countryst opened this issue 2 years ago • 1 comments

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

countryst avatar Oct 01 '22 14:10 countryst

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.

delay avatar Oct 11 '22 22:10 delay