Tamagotchi-Trainer / tamagotchi_trainer

0 stars 0 forks source link

Settings Menu & Convert to Riverpod #13

Closed D-Nishimura808 closed 1 year ago

D-Nishimura808 commented 1 year ago

Branch Name: issue-13

Using the menu in the top right, a settings menu has to be created to allow users to change various things about the app.

Update app databases to use riverpod providers to access data

D-Nishimura808 commented 1 year ago

Settings page was created and has a form field to change personal user information. I also implemented Riverpod and converted the friends page to use Riverpod providers.