flutter-appbar Questions
10
Solved
Here is my code for AppBar Tittle, but it not Working
Widget build(BuildContext context){
return new Scaffold(
appBar: new AppBar(
title: new Padding(
padding: const EdgeInsets.only(left: 20.0...
Sardonyx asked 18/11, 2019 at 11:14
6
Solved
I faced some problem. I want make an image, a text and two icons in AppBar but I can't make it work as I want.
I tried to make some fonts in a row after the images and text. The images and the t...
Kissner asked 29/3, 2019 at 9:29
13
Solved
I have added AppBar in my flutter application. My screen already have a background image, where i don't want to set appBar color or don't want set separate background image to appBar.
I want show...
Haemoglobin asked 31/10, 2018 at 9:30
3
In my AppBar the title is displayed with white text, but the icons are a dark grey or something.
I Would like to have the icons white, too.
But the colors in the icon themes have no effect!
Not whe...
Taegu asked 9/9, 2022 at 6:50
2
Solved
How to create the grid view with scrollable toolbar in FLUTTER. I have found the list view with header ListViewWithHeader. But I need the GridView with header like in the mentioned image below.I ha...
Letter asked 8/5, 2019 at 4:51
3
I am trying to create a screen that has a WebView (from webview_flutter: ^0.3.5+3) and an AppBar that I want to scroll offscreen on user scroll.
I stumbled upon this guide and tried implementing s...
Merth asked 16/1, 2019 at 15:8
3
I'm trying to implement a flutter_tagging inside the AppBar. I managed to add the tagged TextField inside the AppBar and to resize the AppBar using PreferredSize widget using the following code:
re...
Smelt asked 30/1, 2020 at 21:43
2
Solved
I am trying to add a linear gradient in the appBar, but so far i didnt managed how to do it.
Does anybody know how can i add this in my appBar? Thank you
decoration: BoxDecoration(
gradient: Linea...
Ulani asked 18/3, 2021 at 9:42
2
Solved
I just learned flutter, I was confused how to use the TabController, I had followed what was described on the official website, but an error appeared, and I don't know how to fix it.
I just want t...
Cardiograph asked 27/3, 2019 at 15:2
2
Solved
If I have an AppBar like this:
How do I add a clickable icon to it like this?
Lipid asked 15/9, 2019 at 4:45
2
My goal is to change the color and the opacity of the appbar when user scrolls down.
My logic is:
scroll offset = 0 : appbar is red with opacity = 1
0 < scroll offset < 40 : appbar is blue...
Oliviero asked 16/2, 2019 at 23:57
4
I recently tried keeping a Hamburger icon for my menu slider without an AppBar or at least completely invisible. The first attempt was with a SafeArea but that emptied Scaffold. Then I tried settin...
Was asked 19/1, 2019 at 19:40
2
Solved
When integrating Flutter to a host app (docs) there is a few ways to do it, one of them (simplest) is open Flutter in a new Activity via FlutterActivity class.
Like this:
// Java
hostActivity.sta...
Tippett asked 24/1, 2020 at 14:47
2
Solved
I tried to make the button[that pop new screen]on the left of the app-bar but I found only drawer that is not what I want.
what I want in AppBar:
------------------------------------------------<...
Nonsuch asked 21/3, 2021 at 15:22
1
Solved
How do I achieve this effect? I wanted to expand my AppBar after clicking on the dates.
Say asked 13/10, 2020 at 12:55
2
Solved
I wonder if i can use background image instead of color in flutter app drawer header, Is there any way?
I am able to customize he color but i am wonder if is there any property to alter the color ...
Shoreline asked 16/6, 2019 at 16:33
4
I am trying to center vertically a child of a container appBar which is text, I am new to flutter so what am I missing here.
It is only being centered horizontally
The widget
import 'package:flut...
Turnspit asked 4/6, 2020 at 9:13
1
Solved
hi i am new to flutter,
I am trying to make this app bar this is my final goal
I tried to follow some tutorials to make curved app bars
but i couldn't get to the same result as i want
after som...
Tichonn asked 20/7, 2019 at 10:41
2
Solved
i am new to flutter and would like someone to help me with code i found in github that i would like to use. take a look at the link below
https://github.com/JohannesMilke/drawer_example
this is an...
Pyrenees asked 17/6, 2019 at 19:0
1
I'am having trouble in having a TextField on the AppBar so the user can enter input similarly to using a search bar. I need to take the user input and do something with it so it's not a search with...
Masonmasonic asked 28/5, 2019 at 16:36
1
© 2022 - 2024 — McMap. All rights reserved.