Posts by Victor • 3 points
2 posts
-
-1
votes1
answer39
viewsQ: Variable is not being decremented as the line excluded through Dismissible
I have a ListView.builder returning a ListTile, adding the time at title and value "10" in trailing every time the "ADD +10" button is triggered. I used the widget Dismissible to delete items, but I…
-
0
votes2
answers82
viewsQ: Problem with value animation in Flutter
I have a problem with a numerical transition animation. I wanted the animation to always continue from the last generated number, but is always repeating the first value transition made I’ve looked…