Posts by William Gravina • 15 points
3 posts
-
-1
votes1
answer385
viewsQ: Passage of parameter through the modular
I am not knowing how to pass the file parameter home_page to the archive produtos_module when the user clicks. home_page.Dart file Observer( builder: (_) { List<CategoriaModel> categoria =…
-
0
votes1
answer37
viewsQ: How to make a generation of text without scroll
I am trying to generate text like there in text("500g oats") but I want to generate without that scroll. There is some widget that can do this? import 'package:flutter/material.dart'; class…
-
-1
votes1
answer189
viewsQ: How do I use the value of a variable in other places?
I’m getting a value from a variable that is passed through a route, but I want to take that value and put it into another code block. File 1 final String nomeCategoria; File 2…
flutterasked William Gravina 15