hi, I want to create this page using flutter. but how do I make an appbar like on that page and the searchbar. Is there a tutorial for creating a page like that or creating a custom appbar like that? I’ve searched everywhere to make an appbar but there are no results?
3
Answers
There is no predefined app bar like that you want, but you can easly achive that using a Stack widget.
For flutter_svg just run:
The beauty of flutter is that you can create your own app bar.
It’s a widget.
Here is a basic bottom bar
of course you can do as you want
try this: