Hi all, i need your help. I'm new on flutterflow so forgive my mistakes.
I'm trying to build ad app and set quantity of a specific product from page details, then set the same value on cart page for a selected item.
I used App-state called "quantity" (data type: integer). When user clicks on button "Add to cart" it's request to add the single item on cart and set as default the quantity that he select on product details page. But with this solution every item that is added on the cart has the same quantity. How i can set this field in a different way for all items? Thanks a lot.