0

I recently have started to learn flutter from scratch by design an app restaurant delivery I have faced with an strange problem while i am adding/removeing food from showModalBottemSheet, it gets the number of food from server but has show it with delay. i show the total food in basket in main page and the result is true. How Can i solve it? enter image description here

How do i use provider? in show modal? enter image description here

1 Answers1

0

you can use Flutter Provider package to overcome this issue. Use a common provider to change and update value. That's how you can view the changes instantly!

towhid
  • 2,778
  • 5
  • 18
  • 28