Questions tagged [flutter-appbar]

For questions relating to the AppBar class of flutter material or related designs. Use this tag in combination with the general [flutter] tag. If your question applies to Flutter more generally, use the [flutter] tag only.

An app bar consists of a toolbar and potentially other widgets, such as a TabBar and a FlexibleSpaceBar. App bars typically expose one or more common actions with IconButtons which are optionally followed by a PopupMenuButton for less common operations (sometimes called the "overflow menu").

App bars are typically used in the Scaffold.appBar property, which places the app bar as a fixed-height widget at the top of the screen. For a scrollable app bar, see SliverAppBar, which embeds an AppBar in a sliver for use in a CustomScrollView.

215 questions
-2
votes
2 answers

How to programmatically check if appbar is present in flutter app, or not?

Is there any way to store in a boolean variable true for if appbar is present and false if not? I can't find at all anywhere.
Linisha
  • 21
  • 5
-2
votes
3 answers

Flutter: Native Appbar or custom Appbar? Which is better?

I'm customizing my AppBar in flutter and I'm trying to obtain a result like this: I liked the idea of ​​using the appbar widget for the many features it has by default (adaptive width etc...), but I think the customization is too constraining due to…
Franco Romano
  • 103
  • 2
  • 8
-2
votes
1 answer

how to create This type of appbar in flutter

Please give some code regarding this image
-2
votes
1 answer

How to provide a very dynamic AppBar in Flutter?

I am trying to create a similar user experience as shown below for searching in a PDF document by dynamically controlling the AppBar. I used a simple enum and StatefulWidget that rebuilds the AppBar elements according to different states. What I…
Luke
  • 1,149
  • 1
  • 7
  • 15
-2
votes
1 answer

My code is not running (flutter) in this part (uri)

This is my code and this part, code is not running I don't know what I do please help me. Thanks.
nafashmn.ir
  • 111
  • 2
  • 2
  • 9
1 2 3
14
15