Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 views

Let's say I have column 1 with widgets A, B and C and column 2 with widgets D and E. Column 1 and 2 are in a Row. How do I align A with D and C with E vertically. Row( crossAxisAlignment: ...
DeKekem's user avatar
  • 1,835
1 vote
1 answer
79 views

I am getting an error when I add the listview builder in the column. I am getting the following error: this is my task widget page: import 'package:cloud_firestore/cloud_firestore.dart'; import '...
7vv's user avatar
  • 65
0 votes
1 answer
189 views

I use this infinite scroll library. https://pub.dev/packages/infinite_scroll_pagination infinite_scroll_pagination 4.0.0 And my infinite scroll is under the sub title text widget! like this: body: ...
KSK's user avatar
  • 5
1 vote
2 answers
162 views

I have the following code: import 'package:flutter/material.dart'; class HomePage extends StatelessWidget { const HomePage({super.key}); final String longText = ''' Vestibulum dapibus sit amet ...
sm-sayedi's user avatar
  • 1,120
0 votes
1 answer
48 views

I have following scenario, initially I have a DataTable which contains some lines (user list), with some necessary columns, which one column will expand in height when there are additional matches ...
Roar Grønmo's user avatar
  • 4,078
0 votes
2 answers
86 views

I'm trying to use Spacer() within the children of Listview, but it's not working the way it should. So I changed to column, as the Spacer() works fine in it. However I can't come to a implementation ...
Brian Laus Bertemes's user avatar
0 votes
1 answer
194 views

Here's my ListView. I want it to be clickable not just visible, while skipping its parent column's padding. Right now it's just visible and not clickable because of the OverflowBox widget. return ...
Ali Dahud's user avatar
0 votes
1 answer
42 views

The column inside the gridview is overflowing in each and every item of the grid view, and I do not understand what is going on in here. Expanded( child: GridView.builder( ...
Sown Leon's user avatar
0 votes
1 answer
1k views

I have a Column which has a 2 items : 1- badge and 2- container . I want to place the half of the badge inside the container , the image will be more clear , and here is the parts of code : Column( ...
behnami454's user avatar
1 vote
1 answer
97 views

column and row widgets using divider horizontal line and vertical line in flutter import 'package:basketball/colors/const.dart'; import 'package:flutter/material.dart'; class Uefa extends ...
Mathan Tr's user avatar
0 votes
3 answers
659 views

Im a new flutter developer, so please can u help me with this problem. The problem is when validator in TextFieldForm "works" it adds text that user did something wrong. And my Container is ...
Umyt King's user avatar
0 votes
3 answers
530 views

I am learning Flutter and am trying to develop a login screen. Specifically so far it's focused on just different tablets. The two I am simulating on as an example are an iPad and Pixel C tablet. I ...
TheCoolest2's user avatar
0 votes
1 answer
51 views

enter image description here how to implement this dropdown in flutter?(please refer the image above) when the dropdown is expanded it should show a list of colours in a circular container.
Rosh's user avatar
  • 19
3 votes
2 answers
2k views

Could you please help me to align one element in column to extreme right. Please help me
fazilSizzlers's user avatar
1 vote
4 answers
989 views

The problem may not be just for the Drawer or DrawerHeader widgets, but on how Expanded or Flexible may work inside a DrawerHeader widget combined with Column and Row widgets. My code with my Drawer ...
Roar Grønmo's user avatar
  • 4,078
-1 votes
1 answer
26 views

How to design the application list in the picture? Use ListView or Column?
Huangby's user avatar
  • 11
0 votes
1 answer
57 views

I want to achive this layout: ListView (vertical) -> ListView (horizontal) -> Card item (with fixed size) But I can't understand why show renderbox error. Main ListView: return ListView( ...
Michele's user avatar
  • 5,361
0 votes
1 answer
94 views

I write a code where I have colums in Gridviw and each column has the property to upload the image. The image will be uploaded on that column which is clicked but in my code when I click any column to ...
RAF Algowid's user avatar
0 votes
1 answer
123 views

On this pic is my step1 And when I use Column(), my design isn't a center :( Watch it -> step2 also I cant press on it when I wrapped in Column() and I dont see any mistakes: Expanded( ...
clear man's user avatar
0 votes
1 answer
1k views

I'm having problems with flex widget with a column inside where the children have a fixed height (constrained to min and max). I have to build a screen with a column with many rows as children and ...
Kabuki's user avatar
  • 144
0 votes
2 answers
2k views

I've a ListView.builder on my page which wraps Columns inside it according to various parameters. My code looks something like this : ListView.builder( itemCount: sortedList.length, itemBuilder: (...
Divyam Dhadwal's user avatar
0 votes
1 answer
2k views

I have this class State: class _ItemCardState extends State<ItemCard> { double imgSize = 30; Axis expanded = Axis.horizontal; @override Widget build(BuildContext context) { return ...
Lara Cesio's user avatar
0 votes
1 answer
560 views

I have a alertdialog in my application which has come form elements init. The form is wrapped with a column widget. How ever when the keyboard opens up it throw bottom overflow issue. To solve that i ...
Febin Johnson's user avatar
2 votes
1 answer
4k views

I have a form widget which holds the Column as its child. The reason of Column widget is to have username and password fields one after another-password field in new line. In addition, I need to have ...
Qulu Quliyev's user avatar
3 votes
2 answers
4k views

I though I had understood how flutter columns and rows work but I am unable to resolve the following bottom overflow in my column consisting of an Image- and two Textwidgets. The widgets are arranged ...
finisinfinitatis's user avatar
0 votes
2 answers
1k views

When i am trying to use GridView.count() to build the body under 'Skills' ,as shown in the design, Its not working i.e the gridview is not visible at all. I understood it might be due to I am using it ...
ghosh_joy's user avatar
  • 1,107
1 vote
3 answers
2k views

The first image is the design of the app from Figma. While the next image is the one which I am getting though I am using simple stack and columns. I am not being able to understand why it is coming ...
ghosh_joy's user avatar
  • 1,107
0 votes
1 answer
184 views

I am trying to achieve two evenly spaced buttons within a Column in Flutter. on Repeating the widgets twice, the first button is Shrunk by a specific width. On inspection, found this. I'm unable to ...
Joe Ralphin's user avatar
1 vote
4 answers
3k views

I have the following code for a DraggableScrollableSheet in Flutter. DraggableScrollableSheet( builder: (BuildContext context, ScrollController scrollController) { return ClipRRect( ...
CodeR_Ax20's user avatar
4 votes
1 answer
3k views

I am trying to make a screen like this: For this I'm using ListView with custom item. Here is my code of item: @override Widget build(BuildContext context) { return Padding( padding: ...
testivanivan's user avatar
  • 1,544
0 votes
4 answers
3k views

I need to position the widgets at the top and bottom, as in this picture. For this I am using the following structure: Column( mainAxisAlignment: MainAxisAlignment.spaceBetween, ...
testivanivan's user avatar
  • 1,544
2 votes
1 answer
3k views

I am stuck... This is my code broken down: Column( children: [ Column( children: [ Text('Whyy'), Spacer(), Text('crash?'), ], ), ...
Chris's user avatar
  • 2,414
3 votes
1 answer
2k views

I have a question, I want to know what is the functionality of CrossAxisAlignment.baseline when we use Column in Flutter , nothing happen when I used this attribute can any one help me to figure out ...
Sana'a Al-ahdal's user avatar
1 vote
4 answers
3k views

I have a column with a container that acts as a header and a gridview of widgets below. I want only the gridview to be scrollable and that the header will not move and always be displayed. This is my ...
daniel eidlin's user avatar
4 votes
2 answers
1k views

I'm implementing a chat on my flutter app, and I want my chat-time to be align at the right side of the column (all other widgets should be align left). My problem is that when I'm using alignment....
genericUser's user avatar
  • 7,574
0 votes
1 answer
1k views

I am trying to generate the legends of the chart using the Column and Row widget dynamically. The issue that I am facing is aligning the text in the next row. You can see that because of the larger ...
Hunt's user avatar
  • 8,435
0 votes
1 answer
133 views

Positioned( bottom: 15, left: 15, child: SizedBox( height: 100, child: Column( children: [ Row( ...
SoulAndBone's user avatar
215 votes
12 answers
297k views

How to vertically center a column in Flutter? I have used widget "new Center". I have used widget "new Center", but it does not vertically center my column ? Any ideas would be helpful.... @override ...
Zeusox's user avatar
  • 8,508