<a href="https://i.stack.imgur.com/bJU9z.png" rel="nofollow noreferrer">enter image description here</a> I'am trying to achieve something like this. I am new to Flutte...
this json has two data first only name and second is inside there also name which is service name. ex 'Travel and Stay' and 'Religious' is main name which has to be di...
I am working on a flutter-dart application. I have to make a check box. I tried making the text box in Row under scaffold and it worked. Now I made a checkBox function...
I tried to create a login screen using flutter, there I added remember me checkbox, but I could not align it correctly, Flutter checkbox took unwanted space ar...
Is it possible to change the tick size of checkbox ? i tried wrapping the <code>CheckBox</code> with <code>Transform.scale</code> with <code>scale: 2.0</code> but it m...
Ive created an app with Flutter bloc package.Ive created a screen named learning_dashboard_screen which contains a list fetched from a server. inside that same screen...
Checkbox( value: datas[i][check], onChanged: (bool newValue) => setState((){ <em>Array data in looping</em> datas[i][check] = !datas[i][&quo...
I am trying to display the text of checkbox in a single line, but it splits into a second line. Here is the code: I created a custom ExpansionListTile: <pre...
I'm must doing something wrong, but when I reorder a checked checkbox inside a ReorderableListView, it is animating the unchecked tile: <a href="https://i.stack...
I have only one checkbox ti remember user information when logged in! I used radiobutton at first but it didn't work so i changed to checkbox and the same happens....
<strong>in flutter -> Among the two checkboxes in a row, the user can select only one checkbox at a time. how can i do it.here i have use (RoundCheckBoxCus&qu...
I'm making a cinema app. I made the seat selection using checkbox. I would like to deactivate the checkbox of the reserved seat among 200 seats (column: 10 row: 20).</...
I am building an app where users are supposed to be tagged in the question anyhow I managed to get the array or must say the list of the checked users but in UI the ch...
Here there's a text field that shows bottom sheet of train stations how could i select only one checkbox and show the selected in text field and here is the code thank...
I'm no experienced programmer and I could find no guidance, hence this question. I have a working solution but not sure if this is good practice. I am using th...