EatWithMeApp / eatwithme

3 stars 6 forks source link

Refactoring Part 1 #78

Closed MufasaTheMusician closed 5 years ago

MufasaTheMusician commented 5 years ago

Part 1 😃

This covers #42 #43 #44 #45 and I managed to fix #15 in the process as well.

Map, login, profile pins and chat list should be working now, please let me know if something is glitched.

The models and db files should give you a good idea about the difference in data flow and take a look at the StreamProvider uses as a means of connecting to borrowed streamed data. Should be a lot less passing parameters now (or a singular uid etc.)

I have disabled the "Say Hi" buttons and the clicks on the chat list items while I refactor the chat function and attempting to edit your profile will be a blank screen until I refactor that.