Posts by Lucas Gomes • 25 points
3 posts
-
-3
votes1
answer50
viewsQ: Flutter - message is only sent if all fields are filled
When I try to send a message without an image, the Mailer shows an error, but if I take the field ..attachments.add(new Fileattachment(_imagemAn,)); the message is sent normally without presenting…
-
1
votes0
answers28
viewsQ: Splashscreem on Flutter - Error with Bottom Bar
Hey, how you doing? So, I can’t make the splash screen work on the main where Curved Bottom is, because both of them, so the following doc is added to the home: of main.dart. When I add the splash…
-
1
votes0
answers71
viewsQ: Page Transition - Change Screen After Successful Email Submission Message - Flutter
I’m a beginner in Flutter, I need help with something that although it seems simple I can’t find a solution, not even a widget that helps me with it. Even if it was a direction it would help me! I…