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

**Describe the bug** Lets assume that we have three different actions: `begin`, `middle`, `end`. `begin` action is handled only by effect `E1` that dispatches the `middle` action. `middle` action has...

StatefulWidget可以使用MediaQuery.of(context).viewInsets.bottom来获取,fish redux无法获取啊

unit test,widget test and integration test

In Docs, It is mentioned that onError is used to capture errors but its not available when i use the plugin

Hello, please advice me, how to use page on next scenario: I have a part in my app that uses master-detail layout. Master widget displays an list, detail widget displays...

AndroidManifest.xml miss ?

![image](https://user-images.githubusercontent.com/30282214/90222799-5fd01600-de3f-11ea-89f6-33b1f2f2f971.png) ``` // view.dart List _buildTabBarView() { List widgets = []; for (var i = 0; i < adapter.itemCount; i++) { widgets.add(adapter.itemBuilder(viewService.context, i)); } return widgets; } ``` ``` //...

**说明:** 这里教程链接都是掘金平台的,个人觉得掘金的Markdown大纲目录显示非常好;每次更新下文章后,掘金的审核速度太慢了,此时文章会处于404状态,等审核通过才能再看,如果文章不可看,大家可以等段时间再去点击查看;或者也可以去CSDN查看(备用)。 - fish-redux使用 - 教程:[掘金:fish_redux使用详解---看完就会用!](https://juejin.im/post/6860029460524040199) - 备用:[博客园:fish_redux使用详解---看完就会用!](https://www.cnblogs.com/xdd666/p/13803224.html) - [代码demo地址](https://github.com/CNAD666/ExampleCode/tree/master/Flutter/fish_redux_demo)

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...