Home > Enterprise >  how can I create UI like on picture?
how can I create UI like on picture?

Time:05-06

I am developing news flutter app, how can I create UI like in the picture below,

enter image description here

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

  1. Tab bar with gradients bar
  2. Search button placed over the tab bar
  3. Listview with custom card
  4. custom card having image and content side by side.
  • Related