Posts by Gustavo Arruda • 41 points
3 posts
-
0
votes1
answer332
viewsQ: Flutter - Change one image to another in a short period of time
Everybody, good afternoon, everybody! I have a grid with 2 items set with "on tap" to perform an action. These items have an image coming from /Assets.png and wanted the image to change to another…
-
2
votes2
answers815
viewsA: Do you have a plugin for VS Code that shows the color on the side?
Unfortunately for Dart and Flutter there are no plugins (yet) that do this. VS Code brings this native option to some languages even, type in CSS, but in Dart and Flutter is not possible (yet). rsrs…
-
0
votes1
answer845
viewsQ: Calling Layout (Menu) elements in separate files
Good morning, you guys! I’m developing an App on Flutter and already have several screens developed. I would like to know how to create a file .Dart with a Bottom Navigation Menu and call him on all…