-
我使用 fish redux 的 adapter 做了个pageview,但是当pageview切换时,切换走的pageview就把清理了。使用flutter的statefulwidget时可以使用AutomaticKeepAliveClientMixin使widget免于销毁。当完全使用fish redux该如何实现这个功能?
-
E/flutter (28347): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: setState() or markNeedsBuild() called during build.
This ComponentWidget widget cannot be marked as needing to bui…
-
有一个登录行为,登录 websocket 拿到其 stream,并引发 AppState 的更新,在页面中我在 effect中的 LifeCycle.initState 中 listen 这个stream,当断网引发重连后,steam发生改变,在不重新进入这个页面的情况下,我该如何listen 这个改变后的stream, 试过 LifeCycle 中的其他相关生命周期,只有build有用,但会调用…
-
### Application error
#### System
| | |
|------------ | -------------|
|Platform | win32 10.0.18362 |
|Architecture | x64 |
|Application Version | 1.2.15 |
|Process | renderer |
#### Message
Cannot r…
-
现在有这样一个简化的需求。一开始从服务器拉取一个list数据,里面是A[a1, a2, a3......an]。现在显示一个page,对应数据集是a1,里面有个按钮,一个输入框。输入框中填入index,点击按钮就跳转到一个新的page,对应的数据集是A[index],并且以此类推,不断输入index,不断跳转到新的page。最后按返回键依次返回上一个。
不知道是不是我对这框架认知错误,我看了很多…
-
[Fish Redux](https://github.com/alibaba/fish-redux) is an assembled flutter application framework based on Redux.
-
虽然有示例,但是还是建议在文档中专门给个测试的说明,毕竟和flutter测试有些差别,可以出个fish-redux测试最佳实践
-
现在有一个数据,需要从page的effect , dispatch到另个page的reducer, 如何实现?
我做了些尝试, 感觉少了点什么,所以才无效.
详情如下:
ctx.dispatch(xxActionCreator.xxfunction(xxparam));//无效
ctx.pageBroadcast(xxActionCreator.xxfunction(xxparam));…
-
一个component许多地方用到,每个page都要创建一个conn吗,可不可以把conn放在component的state中呢,这样就不用每个page都加入conn
-
The "Send to device" command is intermittently failing. I am updating meta data on existing books on the iDevice (i.e. Marvin configured to update rather than do nothing on existing). I have been ab…