Posts by Henrique Assis • 11 points
2 posts
-
-1
votes1
answer384
viewsQ: How to access the changed value of a variable of another class?
I have two classes, my app’s home screen class (Homescreen) and my button class (Button). I have this function in my button class: bool variável = false; void alterarValor() { setState((){ variável…
-
0
votes1
answer282
viewsQ: How to create a specific Picker date
Here’s my code, no bugs, but I was trying to implement an adjustment on the Picker date and I couldn’t get until then. I wanted to create a Picker date that selected from week to week ie 7 days,…