foivz / pop-app-flutter

Mobile application for the course Entrepreneurial venture.
2 stars 0 forks source link

Dev/structural 25 buyer and seller menu architectural fix #27

Closed mislavmatijevic closed 1 year ago

mislavmatijevic commented 1 year ago

These changes introduce a good architectural change. Buyer and seller screen are now generated from a mutual mixin's code, and they only change what happens on tapping of the first option.

Basically, the app works the same, but the main menu generation is somewhat different (in a better way).

This is going to make it much simpler to maintain main screen code.

Closes #25.