Feature/fetch and display region specific restaurants on home view#33
Feature/fetch and display region specific restaurants on home view#33ebrahim-soliman wants to merge 20 commits intomainfrom
Conversation
…n when landing on home
FilledStacks
left a comment
There was a problem hiding this comment.
The biggest change we need to tackle is to make sure that we use the BoxText widget where ever text is used. That's why we build that design system separately. We should be using the style on its own.
|
Done |
FilledStacks
left a comment
There was a problem hiding this comment.
A few changes for some consistency and general stacked guidelines. I'll do a proper review of the UI when I have the written tutorial.
Keep in mind how you would teach this. And make sure when writing that you don't have a large chunk of code. Rather break it into smaller steps. You can check the editted version of your tutorial on the website and you'll see how I broke your original DialogContent code into 3 different parts to make it easier to teach and explain.
LargeMerchantIteminto the box_ui example to show how it'll lookFirestoreApito get the merchants for a region when landing on homeFutureViewModelCircularProgressIndicator),Sorry for the pictures😂

It's from faker API I'll fix it later