python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to build Stateful "Action Icons" in flutter appBar
I'm a new learner of flutter, and I meet a problem when I create my appBar for Android apps.
There should be a button of the "camera flashlight" icon on the action area of appBar, and users ...

0x020440k
Votes: 0
Answers: 2
How to create reusable Flutter app bar with dynamic value
I'm trying to create a reusable app bar that has a dynamic size. I am using dynamic values to adjust the size of icons, padding, text font size, etc in the app and want to do the same with the app ba...
Carleton Y
Votes: 0
Answers: 2
Doesn't Singlechildscrollview() work on AppBar/SliverAppBar's property bottom:PrefferedSize, in flutter?
I'm using the bottom property of SliverAppBar in flutter to make it like Youtube's App Bar. AS we know that the second row of the app bar has a horizontal scroll view. I've tried to implement sinlechi...
M Nouman
Votes: 0
Answers: 2
I already have an appbar but another one?
I already have an appbar, but another one appears above it on some devices please help
Scaffold(
backgroundColor: kPrimaryColor,
body: SafeArea(
child: Center(
child: Column(
mai...
ishiiro
Votes: 0
Answers: 1