I would like to call a fonction when my <strong>ExpandablePanel</strong> is expanded, with <strong>ExpansionTile</strong> I do this with <em>onExpansionChanged</em> bu...
I have two apps -- Call them App#1 and App#2 I have a list of questions in Firebase that are composed of different Strings that can then hold a boolean value. W...
I am new to flutter and have a specific question. What methods would be able to add a list tile to an existing page as a result of a periodic timeline? F...
I've been made a list of Card and ExpansionTile with a list view builder, because of saving last values in textformfields I've used key for ExpansionTile as a type of...
I wanted to do 2 things in flutter: <ol> <li>change the space between the title and switch of a switchlisttile().</li> <li>place two switchlistTiles next to each o...
I am using ListTile in my application. I have an application like below and onTap feature is not triggered here. I never understood why. I know it's a bad quest...
Why is my ListView not showing the expected tiles ? <pre><code>class DepartureCell extends StatelessWidget { @override Widget build(BuildContext context) {...
I have the following code to build a listview from local JSON file and it works perfectly fine. However, when I try to add a method such as <code>onTap: (){}</code> to...
<strong>Hello !</strong> Everything is in the title. I have an expansion tile to show members of a group. When lots of people are in a group (here 47), t...
I am trying to add two icon in trailing of ListTile, and i want then i column but can't fix the render flow error, please help how to do this. here is the code<...
So my problem is very simple but I had a bit of trouble with it. I want my Text/ListTile to be at the very bottom of Drawer, it something like a copyright statement bu...
can someone help me figure out what i'm doing wrong? I have a category screen and I have a list-view of all my parent categories on the left and my main categories fil...
I'm wanting to change the border according to the selected address of a card in Flutter, I did a check with a ternary operator, and a method that returned either true...
I want to reduce the height of an expansionTile, I have tried <a href="https://pub.dev/packages/configurable_expansion_tile" rel="nofollow noreferrer">Configura...
I'm utilize o <a href="https://pub.dev/packages/flutter_slidable" rel="nofollow noreferrer">Slidable</a> on app Flutter and put as ListTile child. So far ok.</p...