Top "Flutter-appbar" questions

For questions relating to the AppBar class of flutter material or related designs.

Make AppBar transparent and show background image which is set to whole screen

I have added AppBar in my flutter application. My screen already have a background image, where i don't want to …

dart flutter flutter-appbar
How to add icon to AppBar in Flutter

If I have an AppBar like this: How do I add a clickable icon to it like this?

flutter icons flutter-appbar
How to make some icons at Appbar with different alignment?

I faced some problem. I want make an image, a text and two icons in AppBar but I can't make …

flutter android-appbarlayout flutter-appbar
How to use TabController

I just learned flutter, I was confused how to use the TabController, I had followed what was described on the …

flutter tabbar flutter-appbar
How to add a texfield inside the App bar in Flutter?

I'am having trouble in having a TextField on the AppBar so the user can enter input similarly to using a …

flutter dart textfield flutter-appbar
Flutter drawer background image

I wonder if i can use background image instead of color in flutter app drawer header, Is there any way? …

flutter flutter-layout flutter-navigation flutter-appbar flutter-image
Flutter GridView with Header

How to create the grid view with scrollable toolbar in FLUTTER. I have found the list view with header ListViewWithHeader. …

gridview flutter flutter-layout flutter-sliver flutter-appbar
Flutter: Best way to change a widget opacity and color on scroll

My goal is to change the color and the opacity of the appbar when user scrolls down. My logic is: …

scroll colors flutter opacity flutter-appbar
How to keep hamburger icon without visible appBar flutter

I recently tried keeping a Hamburger icon for my menu slider without an AppBar or at least completely invisible. The …

dart flutter opacity flutter-appbar
How To Place AppBar Title in Left Side in Flutter

Here is my code for AppBar Tittle, but it not Working Widget build(BuildContext context){ return new Scaffold( appBar: new …

flutter flutter-appbar