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

type 'String' is not a subtype of type 'CommentStar' The relevant error-causing widget was: EasyRefresh /common/util/refresh_helper.dart:91:31 ════════════════════════════════════════════════════════════════════════════════════════════════════ [Logger] 例如这样的错误,其实就是类型错误,但不能直接定位错误的位置,它这里提示的只是根目录的位置 求求你们,别再用这个框架了,真的害死人!建议官方把这个仓库关了吧

``` bool isPureView() { return protectedReducer == null && protectedEffect == null && protectedDependencies == null; } ``` reducer、effect、dependencies都为null时,Compenent isPureView()=true。 ``` @override Widget buildComponent( Store store, Get getter, { @required...

view中无法setState方法,使用fish redux框架的state数据是更新了,但是checkbox的状态没有实时刷新,需要重新打开底部弹出框才能刷新 Future _openModalBottomSheet(ParentCtrNetTimeState state, Dispatch dispatch, BuildContext context) async { int groupValue = 0; bool check=false; final option = await showModalBottomSheet( context: context, builder: (BuildContext context) { return Container(...

子页面需要根据store中state的某值变化而做一些操作,有没有类似于vue中的watch方法,或者如何处理会好一点?

[Effect-CN](https://github.com/alibaba/fish-redux/blob/master/doc/concept/effect-cn.md) 为什么要把 返回值 为 `ture `和 `false` 那一段带上?? 命名判断的是是否为空.... 哎,中文里,还特意整个 `bool` 值。。 刻意卷?!

[flutter_app_test.zip](https://github.com/alibaba/fish-redux/files/5203407/flutter_app_test.zip)

如题,我把SDK升级到Flutter 1.17.1,我原来一直运行好好的代码出现问题,是路由那块的配置。如下图 ![image](https://user-images.githubusercontent.com/3434742/82744542-994b3500-9dac-11ea-98f7-13e64c82a01e.png) 可以如何解决?

Fish-Redux入门教程 简单的fish-redux流程使用教程

一个component会被多个page使用,在每个页面都要写conn么?