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.

Custom Card Shape Flutter SDK

I just started learning Flutter and I have developed an app with GridView. GridView items are Card. Default card shape …

flutter flutter-layout
Flutter - Layout a Grid

I am trying to layout a 4x4 grid of tiles in flutter. I managed to do it with columns and …

flutter dart flutter-layout
How to add a ListView to a Column in Flutter?

I'm trying to construct a simple login page for my Flutter app. I've successfully built the TextFields and log in/…

flutter listview dart flutter-layout flutter-widget
Space between Column's children in Flutter

I have a Column widget with two TextField widgets as children and I want to have some space between both …

dart flutter flutter-layout
How to change status bar color in Flutter?

I am trying to change the status bar color to white. I found this pub on flutter. I tried to …

dart flutter flutter-layout flutter-dependencies
Flutter Layout Row / Column - share width, expand height

I'm still having a bit of trouble with the layouting in Flutter. Right now I want to have the available …

flutter flutter-layout
What is the correct way to add date picker in flutter app?

In my app I am creating signup page where I need to add DOB. I want to add date picker …

android ios flutter flutter-layout dart-2
Vertical viewport was given unbounded height

This is my code: @override Widget build(BuildContext context) { return new Material( color: Colors.deepPurpleAccent, child: new Column( mainAxisAlignment: MainAxisAlignment.…

flutter flutter-layout
how to add custom color to flutter?

I want to change the color of AppBar and use a custom color for it, I tried many options but …

flutter dart colors flutter-layout
Flutter Network Image does not fit in Circular Avatar

I am trying to retrieve bunch of images from an api. I want the images to be displayed in Circular …

image dart flutter flutter-layout