I'am having trouble in having a <code>TextField</code> on the <code>AppBar</code> so the user can enter input similarly to using a search bar. I need to take the user...
I used the example in the following <a href="https://mightytechno.com/flutter-custom-appbar/" rel="nofollow noreferrer">link</a> to create a custom appBar. The...
I am using a Reusable AppBar Widget which has title and action buttons. In app bar actions, there is favorites icon button and cart icon button with a badge sho...
On my main Home Tab, I will have a top <code>TabBar</code> under the <code>AppBar</code> & there will be a bottom navigation bar throughout the majority of the app...
When I work with NestedScrollView/SliverAppbar + want to keep the body in the Safe Area, it automatically creates an empty horizontal bar between the AppBar and the bo...
I want to know how to build a search bar where it filters the users search input into groups or tabs such as people, tags, places just like what instagram has but I do...
I working with a flutter application and see a problem in the App bar. The icon button is not at the center of the App bar. <em>This is my code.</em> <pre...
I am trying to make a custom curved app bar, look like the example below <a href="https://i.stack.imgur.com/78GH0.jpg" rel="nofollow noreferrer"><img src="https://i.st...
How can I make my app bar buttons (notification button and, I don't know, menu?) look like that? I mean, how can I copy this <code>border</code> or <strong>background<...
I am designing a Flutter App, and am currently trying to make sure my app works on all screen sizes. When checking my app on an AVD Tablet (Nexus 10) I noticed that wi...
hi i am new to flutter, I am trying to make this app bar this is my final goal <a href="https://i.stack.imgur.com/19FJi.png" rel="nofollow noreferrer"><img src...
I'm new in Flutter and I wonder if you can help me to find a solution to my problem. I have a scaffold with a tabview and I want to make a filter (actions butt...
I Have created a Bottom NavigationBar Screen and i want change the AppBar title as the screen changes from navigation screen tab. Here i have created method in it a sw...
Is it possible we can add <code>onPressed</code> action on the logo and start another activity? I am creating a simple flutter app where I have used <code>AppBa...
I'm kinda new to Flutter and I am trying to build a home page where the header is at the back of the main content. So when the app is scrolling, the content in front i...