Posts by LucasWeech • 25 points
2 posts
-
2
votes1
answer101
viewsQ: Object Orientation - Flutter
I have an application in flutter that has a form and that the data is sent to a class, however, I have a specific screen that needs to recover a class data in which I sent, but when I recover the…
-
0
votes1
answer76
viewsQ: Flutter Data Passage
I have a button that makes a request get on a server. Data passing is correct however at the time I try to recover in the build class of error. class Layout_ResultadoExames extends StatefulWidget{…