fish-redux icon indicating copy to clipboard operation
fish-redux copied to clipboard

An assembled flutter application framework.

Results 106 fish-redux issues
Sort by recently updated
recently updated
newest added
trafficstars

Add 'OpenSource Weather App built with Fish Redux' in README

Flutter 都出2.5 了,你们还不适配空安全吗?

在混合开发时,空安全的检测导致项目只能在Flutter1和Flutter2中选择,并且第三方库也无法进行升级,极大不方便,希望可以尽快支持!

想用Component 维护自身的state,但是发现不生效,代码如下 子组件state ![image](https://user-images.githubusercontent.com/16217730/80268922-f84e5900-86dd-11ea-820c-3a9264e6adff.png) 子组件reducer ![image](https://user-images.githubusercontent.com/16217730/80268930-04d2b180-86de-11ea-9c93-dcade72fb576.png) 子组件view ![image](https://user-images.githubusercontent.com/16217730/80268939-0ef4b000-86de-11ea-855f-e8a0726e483a.png) 如果用Connector关联父组件的某个状态,就可以成功更新 ![image](https://user-images.githubusercontent.com/16217730/80268953-35b2e680-86de-11ea-861a-360be1a20893.png) 麻烦大佬帮忙看下是什么问题,感谢。还是本来component就不能独立维护自己的state??

比如从A页面跳到B页面,又从B页面跳到了C页面,如果C页面需要通知A页面去修改数据,应该怎么办呢

场景: A页面pushB页面,B页面返回A页面后,需要刷新A页面数据。 希望有生命周期可以知道返回A页面了。 原先监听Lifecycle.didUpdateWidget可以实现刷新,但升级Flutter SDK后,这个事件就不触发了。 请问fish-redux如何实现这个场景的刷新?

Apage跳转一个新的Apage 返回时旧Apage执行action事件页面不刷新

生命周期回调有没有类似didChangeAppLifecycleState的功能,可以监听,app切换到其他应用再切换回来的

导致整个项目无法迁移,所有插件不能更新