-
createStoreBuilder是否需要给外部使用? 是不是应该是_createStoreBuilder?
谢谢
-
![flutter_01](https://user-images.githubusercontent.com/20774506/37759141-674ebfbc-2dbb-11e8-9775-98ca33a32eb1.png)
i am using the example you provided on your github repo and it throwing this error
-
Following the recommend in https://github.com/alibaba/fish-redux/issues/238
In one effect I use addObservable (I think the old name is bindObsevable) to connect with GlobalStore.
But after that, I…
-
timedata结构
![image](https://user-images.githubusercontent.com/38587734/58369752-8e5b8b80-7f31-11e9-8c8f-44e9d9217b9e.png)
connector函数
![image](https://user-images.githubusercontent.com/38587734/583…
-
/xworks/projects/flutter/fish-redux/example$ flutter create .
Recreating project ....
The setter 'readEventsEnabled=' was called on null.
Receiver: null …
-
page处理子component dispatch过来的action,在page中的effect处理并返回值,子component接收到的返回值为null。
page调用自己的dispatch可以正常接收返回值。
具体需求是在一个页面有几个tab_component,每个tab都有下拉刷新,现在tab_component中的刷新收不到返回的Future,导致刷新收不回去。
page中的e…
-
我其实也看了好几个flutter的设计模式应用,感觉还是你这个版本的MVP比较适合我,但我想请教一下MVP里如何对状态进行管理呢?是否还要配合上 Redux 才比较好(如果是,不知能否提供一些示例呢)?如果只是MVP框架,也可以实现像 Redux 这种全局变量效果吗?如比较典型的应用就是用户登录后的用户信息获取。
如能抽空解答就太感谢啦:)
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
一些国际化字符串需要从资源中获取,但是在initState中获取不到BuildContext。
-
flutter更新参见 https://github.com/flutter/flutter/commit/387e2b060229f66fc8681c28de69215e025bb2de#diff-c3c5ef0329417ec1e4afff1e7c4f3175
建议action改名
使用import show的话编码不太方便