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

最好是在Page中触发一个动作,子Component能够获取这个动作,并执行动画,例如子Component的widget放大。

修正多個item 同時更新 state 時無法正常顯示更新後的狀態

**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...

0-0问一下相册组件怎么样了,目前市面没有一个好的,希望咸鱼各位大大们加快开源啊

PageA: State: id ComponentB: State: id,name 需求:页面和组件的id需要一致,name组件自己维护state。 使用Connector将id连接。 但是每次组件刷新name的时候,页面状态的Connector都会将组件的状态重新构造。 严重bug

**Describe the bug** A clear and concise description of what the bug is. Show the code you wrote as completely as possible. ```dart /// your code here ``` **To Reproduce**...

Effect buildEffect() { return combineEffects({ Lifecycle.initState: _initState, Lifecycle.dispose: _dispose, }); } void _dispose(Action action, Context ctx) { ctx.state.controller.dispose(); //报错 AnimationController.dispose() called more than once. }

**Is your feature request related to a problem? Please describe.** Flutter introduced Navigator 2.0 using Page widgets see [Navigator 2.0](https://medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade). **Describe the solution you'd like** Are you going to support...

可以提供一个具体的示例吗,不知是否可以获取到 index 下表