Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始通过设计一个应用程序餐厅交付从头开始学习颤振,当我从 showModalBottemSheet 添加/删除食物时遇到了一个奇怪的问题,它从服务器获取食物的数量,但延迟显示。我在主页显示篮子里的总食物,结果是真的。我该如何解决? 在此处输入图像描述
我如何使用提供者?在显示模式? 在此处输入图像描述
你可以使用Flutter Provider包来解决这个问题。使用通用提供程序来更改和更新值。这样您就可以立即查看更改!