Posts by DikVigarista • 19 points
3 posts
-
-1
votes0
answers10
viewsQ: Multiple Images Binary
Hello person I’m having a problem, I have to select 3 different images (* currently only taken 1 as per image below) and add them in an array however this array has to be with binary images, I did…
-
0
votes0
answers16
viewsQ: (GETX) Class 'String' has no instance getter 'Description'." Tried Calling: Description
I’m trying to do 2 Dropdownbutton, the first that when selecting the UF the second list of its cities however I’m not getting at all, I’m making the request and adding the cities of this request in…
-
2
votes3
answers105
viewsQ: How to access item in Arraylist
I created a ArrayList for a purchasing system each object is a Item(product), which has the nome, quantidade and preço. However I am willing to make the sum of all prices of all objects that are…