Posts by Aiko Kikuchi • 37 points
4 posts
-
0
votes1
answer185
viewsQ: Radiobutton in flutter with error
I’m having problems with this code, when I run the following error appears: "Unimplemented Handling of Missing Static target". What can it be? How can I solve this problem? import…
-
-1
votes2
answers836
viewsA: Checkbox in the Flutter
I managed to use Checkbox according to your tips, I really appreciate it. Now I just need to call the class in the widget I want, but the error in Card(). Is it because of a stateful being and the…
-
0
votes2
answers836
viewsQ: Checkbox in the Flutter
I’m trying to create a List, which shows the necessary ingredients, and next to them, a Checkbox, simulating what the user took or not. I tried Checkbox, Checkboxlisttile, but I have no idea what to…
-
0
votes1
answer1135
viewsQ: C#, what are methods, classes, and objects?
What are the differences between the three? Do they have any other differences? I’m new to development, and I want to learn more.