I am developing news flutter app, how can I create UI like in the picture below,
CodePudding user response:
You could use the TabBar
widget to get this look.
check this video here
upvote if it helps, and let me know if further queries arise.
Happy to help :)
CodePudding user response:
Can you be more specific? on which design you need help.
I had a look at the attached image It has the below designs
- Tab bar with gradients bar
- Search button placed over the tab bar
- Listview with custom card
- custom card having image and content side by side.