alibaba / fish-redux

An assembled flutter application framework.
https://github.com/alibaba/fish-redux
Apache License 2.0
7.33k stars 843 forks source link

使用fish_redux 把页面作为一个widget 进行使用 后利用broadcast 接受不到通知 #485

Closed sanshilei168 closed 5 years ago

sanshilei168 commented 5 years ago

使用fish_redux 把页面作为一个widget 进行使用 child: AttendanceListPage().buildPage({ "sMainRelationId": state.studentNameListEntity.sMainRelationId })

然后利用broadcast 或者 broadcastEffect 向改页面发送广播 接受不到通知