Questions tagged [expanded]
20 questions
2
votes
1 answer
Flutter GridView Expandedable Tile
Hi, Everyone;
I need help on Fluter GridView
I want to build a simple gallery view but i haven't reached my goal yet
I have a urlImage List on simple image gridView. When select one of those image the selected image will expanded with some info…

Enes
- 99
- 3
- 13
1
vote
4 answers
Flutter - Container in row/column to fill space but not expand further
I'm trying to use a Conatiner to create a underline type effect as shown here:
However, the Container I'm using isn't visible.
I've tried wrapping wrapping the column in an Exapnded but this then fills all of the horizontal space.
The only thing…

Paul Charlton
- 371
- 2
- 10
1
vote
3 answers
Expanded widgets inside column shrink when keyboard gets popped out
I'm working on a simple design for a login screen that has some content to display. The design looks perfect, as per the requirements.
But the issue is that when the keyboard is popped out, every widget's internal vertical spacing shrinks, and the…

Raees Ali
- 29
- 6
1
vote
1 answer
Text widget not showing full text when long text in the line its hide and showing ellipse
In text widget when text overflowing not taking its given width and show ellipse.
issue it gets hides long text and showing ellipse
I have some text long or in between the text line so that I have wrap text widget with Expanded and changed the…

Deva
- 70
- 9
0
votes
0 answers
Self-referencing table overwriting formulas: Power Query
Data Flow - > Sheet Development Image: enter image description here
Partial Sheet image: enter image description here
I have been able to make two sets of self referencing sheets. One works and the other does not.
For the one that works: I have no…

PapaRobs
- 1
- 1
0
votes
0 answers
Angular mat-table 3 levels
I am new to Angular. The code developed below is watching tutorials and stuff.
I am trying to create a 3-level mat-table with REST APIs.
Objective
I have a list of Tasks (Directives) that need to be shown as a table
When the user clicks on a…

Mohammed Akhtar
- 1
- 1
0
votes
1 answer
Vertical alignment of a list inside a FutureBuilder
I have the following screen which displays a list of categories retrieved from a REST API. My MainCategoryProvider takes care of it.
I have an AppBar, a tip text (my custom tipText widget), the list of categories and a custom BottomBar with an…

Web2h
- 3
- 2
0
votes
2 answers
How to create a list of widgets that expands to two columns?
I want to create a similar design to this one,
where the user can create a note and then this note will be displayed into the screen and the widget that holds this notes must expend the space of the screen (not all the screen's space, but a portion…

Mikelenjilo
- 171
- 1
- 12
0
votes
0 answers
Flutter - Flexible not expanding correctly
i am new to flutter. my problem / question is this:
when I run my app the Flexible widget looks like this
enter image description here
if I click in anywhere on the screen, automatically correct itself like this
enter image description here
the…

Bertoni
- 3
- 2
0
votes
1 answer
Flutter: Unable to get the Expanded widget to work with trailing property for my list to render properly on the screen
I need the Expanded widget to co-operate with the trailing property otherwise all the ListTile contents is squished to the far-right of the screen.
However, I get the following error message and not sure how to fix the issue.
Error…

fluttergogo
- 93
- 8
0
votes
1 answer
How could I set the default Azure Workbook group state to expanded?
How could I set the default Azure Workbook group state to expanded?
I want to Show expand / collapse in title of group, but also I want the state to be expanded when a user sees the group for the first time. Right now (by default I assume) the…

manymanymore
- 2,251
- 3
- 26
- 48
0
votes
1 answer
Listview.builder -> Height of Container is stretching in Flutter, even if I put smaller value?
I am using Listview.builder with expanded as its parent due to column, but I am getting empty space at the bottom of this Notice Board widget.
I had used every type of method to prevent this space but fail to get the desired results.
Suggestions…

danish Khawaja
- 13
- 3
0
votes
1 answer
Flutter alignement and wrap of different texts
This is the model of what i want to do !
I'm contacting you because I'm trying to copy the Libération newspaper application but I'm stuck (already!) on the question of the title.
I have attached a visual and I will try to be clear. I would like the…

Johan
- 3
- 2
0
votes
1 answer
Flutter - Partition column into a variable size limited to half, and fill what's left with expanded
What I want to do:
I am trying to partition a column into two parts: upper (for settings) and lower (for data).
The settings part is relatively small, but might grow bigger depending on what the user adds (filters, etc...). As such, its size is…

Esteban Aragon
- 1
- 3
0
votes
0 answers
How to add a text button inside ProfileListItem in flutter
How to add a TextButton here?
I Tried inside ProfileListItem creating a TextButton but can't