fish-redux
fish-redux copied to clipboard
An assembled flutter application framework.
一直在使用fish redux 已经形成了一直习惯了 想确定下后续还会升级吗. 用其他的已经不习惯了
如题
redux is a good template I am not sure about the time of execution of the dart pl beacause that is what I want to assume was used. if we...
**Describe the bug** In a chat application, I am using a global variable to update the badge of the pending notifications in the main bar, and also in a report...
wrapper: (child) { return keepAliveClientWrapper(child); }, 不起作用,
i18n
i18n国际化json文件有没有用管理工具吗,还是一个个打上去的吗
现在的版本不提供 HigherEffect 了吗,如果没有;假如 effect 中有如 void _update(){ 数据更新,要怎样调用Action }
页面里面引入compontent,compontent引入adapter,但是.compontent的state里面的数据值需要从外层传入,数据由接口返回,目前使用connerctor的方式传入,但是connector里面的get数据的时候,只有第一次是正确的,之后在获取会init最外层的state数据,即初始化,如何解决?