-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/fetch and display region specific restaurants on home view #33
base: main
Are you sure you want to change the base?
Feature/fetch and display region specific restaurants on home view #33
Conversation
…n when landing on home
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
LargeMerchantItem
into the box_ui example to show how it'll lookFirestoreApi
to get the merchants for a region when landing on homeFutureViewModel
CircularProgressIndicator
),Sorry for the pictures😂
It's from faker API I'll fix it later