I have this menu on the floating button , but I could not align it correctly, I want it to show directly above the floating button, this is how it looks <a href...
I'm just starting to get the hang of Flutter, but I'm having trouble figuring out how to set the enabled state of a button. From the docs, it says to set <code...
<strong>Background:</strong> Hello. I have just started learning Flutter and I have run into an Overflowed By error when trying to create a dropdown menu in the top le...
I am updating the dropdown table dynamically from an API. When I select an hour, the corresponding subjects are retrieved from the API. Let's say I am switchin...
I am trying to navigate to another page from landing page without click event and keep these pages in stack. I wrote codes below: <pre><code> class LandingPape...
I want to have two colors in my FlatButton, like this: <a href="https://i.stack.imgur.com/MClOD.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur....
The floatingActionButton property of Scaffold accepts any widget, so I use there a row of a few custom containers to take advantage of the floating effect. I've set th...
Hi my goal is to have a list of RadioButtons where each of them will have their unique name. At the top there is a Text() field which will take that name from radio bu...
When I set a height for my container that is the parent of DropDownButtonFormField, I have no problem when the height is 55, but when the height is less (42) than a ce...
When the dropdown is disabled it has this default black text color, which I want to change. There is an option to change the icon color but no option for text color.<b...
How can I make the selected dropdown item appear first in the list when its opened? I'm using GetX for state, is this the proper way of doing it anyway? ...
I'm using <code>UnicornDialer</code> from the <a href="https://pub.dartlang.org/packages/unicorndial" rel="nofollow noreferrer">unicorndial</a> package to create a Mat...
I am using notched FAB icon in bottom navigation bar and to make the notch transparent added extendbody in scaffold. <pre><code>return Scaffold( extendBody...
I want to create two widgets. Both displaying a 2 column grid with buttons that can be selected/unselected. One should have radio logic (single selection) where as the...
<pre><code>RaisedButton( color: Colors.blueAccent, onPressed: () =>sendData(); //fun1 signupPage(context) //fun2...