Search bar along with tabs

36 views
Skip to first unread message

Yash Chandra verma

unread,
Aug 9, 2020, 1:29:58 PM8/9/20
to Flutter Development (flutter-dev)

How I could create a Search bar like this along with many tab?  I have done tab part. Thanks in advance.

Suzuki Tomohiro

unread,
Aug 9, 2020, 3:26:03 PM8/9/20
to Yash Chandra verma, Flutter Development (flutter-dev)
Add a TextField above the tab. You can wrap them by a Column.

On Sun, Aug 9, 2020 at 13:30 Yash Chandra verma <ycver...@gmail.com> wrote:

How I could create a Search bar like this along with many tab?  I have done tab part. Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/966ad5a6-689c-4cfb-9669-9b268602d36ao%40googlegroups.com.

sandakelum priyamantha

unread,
Aug 9, 2020, 8:15:02 PM8/9/20
to Flutter Development (flutter-dev)
SafeArea(
child: Scaffold(
appBar: AppBar(
leading: Icon(Icons.search),
title:TextField() ,
),


Souvik Dutta

unread,
Aug 9, 2020, 8:17:37 PM8/9/20
to Suzuki Tomohiro, Yash Chandra verma, Flutter Development (flutter-dev)
Better still use an appbar without a title but a textfield as the action property. You can now customize this textfield as you want.

Reply all
Reply to author
Forward
0 new messages