Top "Flutter-layout" questions

Layouts in Flutter - Google’s UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase, refer to the classes called widgets used to build UIs, both for layout and UI elements.

How to make a widget fill remaining space in a Column

In Android, we can do the following to make ImageView to fill as much space as possible depending on the …

flutter dart flutter-layout
How to create colour box with fixed width and height in flutter?

I am trying to create a color box with fixed width and height in a flutter. How to achieve this?

flutter dart flutter-layout flutter-widget
How to center column and row item in Flutter?

I have a small currency table. I didn't use grid. I used Column and rows. Problem is that items in …

grid flutter-layout
How to change the background color of raised button dynamically in onPressed()

I have a list of Raised buttons, I want the background color of the selected button to change in its …

flutter flutter-layout setstate flutter-sliver
Flutter: How to make a button expand to the size of its parent?

I am trying to create square buttons, but Expanded doesn't seem to work the same as it does with containers. …

flutter flutter-layout
How to add asset image in app bar as an action icon in Flutter application?

Problem I am trying to add a logout image icon in appbar of flutter screen. I have created a asset …

android flutter flutter-layout flutter-dependencies flutter-animation
How to create a modal bottomsheet with circular corners in Flutter?

showModalBottomSheet does not provide any styling or decorations. I want to create something like the Google Tasks bottomsheet.

flutter flutter-layout
flutter wrap text instead of overflow

When creating a Text widget with a long string in Flutter, it wraps its text when put directly in a …

flutter flutter-layout
Horizontal ListView inside a Vertical ScrollView in Flutter

I am trying to achieve a very common behavior nowadays which is to have a horizontal List within another widget …

android listview flutter horizontal-scrolling flutter-layout
how to create toolbar searchview in flutter

i need to implement searchview in toolbar my app to achieve list view list filter. like below image, i searched …

dart flutter searchview flutter-layout