Posts by Jonatan Rocha • 29 points
2 posts
-
0
votes1
answer355
viewsQ: Separating Flutter components
Inside a alertDialog I created a column with the checkbox and then a Row with two Flatbutton, however they are side by side and I need them to be below the checkbox. Code AlertDialog( ... actions:…
-
0
votes1
answer163
viewsQ: Return value 0 or 1 with checkbox (Dart)
(I’m new to language) I have a checkbox to inform if the customer wants to receive (1) the push or not (0). My idea is to create a Dynamic variable (to receive all types) and then convert true=1 and…