如何使用颤振中的 bloc 从另一个类更新列表

时间:2021-03-14 07:57:10

标签: android flutter bloc

我是 flutter 和 bloc 的新手。我有三页(main_page、list_page、edit_page),我想从 edit_page 更新 list_page,如下所示....

在 main_page 中,我为提供程序编写了以下代码。 enter image description here 在 list_page 中,我写了下面的代码来获取列表和显示列表,这个页面没问题并且工作得很好。 enter image description here

但在edit_page中,当点击按钮时我想更新list_page,如下代码

context.read<StoreListCubit>().Get_StoreList();

enter image description here

使用代码,我从服务器获取数据,但是当返回到 list_page 时没有任何变化并且 list_page 不更新。 不知道是代码有问题还是代码遗漏了什么?

0 个答案:

没有答案