-
一直在使用fish redux 已经形成了一直习惯了
想确定下后续还会升级吗.
用其他的已经不习惯了
-
有没有比较简洁的demo演示混编项目运用flutter_boost和fish_redux的用法,有没有大佬提供一点参考!非常感谢
-
采用QR扫描,然后从扫描流理货区扫描结果,然后通知state改变:fish_redux模式下,会出现闪烁;原生的setState却不会
-
enum HomeBaseGoodsAction { action }
class HomeBaseGoodsActionCreator {
static Action onAction() {
return const Action(HomeBaseGoodsAction.action);
}
}
在 view页面调用dispatch(HomeBaseGo…
-
我前面读过fish-redux的源码,我发现每一次更新子组件的状态都会向上通知 并且再调用get函数读取状态
```text
[ChildComponent] --set--> [ParentComponent] --set--> ... -> [Page] --get--> ... --get--> [ChildComponent]
```
但是现在我要实现这样一个功能
!…
-
**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
LoginState _showClearIcon(LoginState state,…
-
**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
```
![image](https://user-images.githubus…
-
目前,我想到的就是利用 输入框的 onChange了,如此,又要走一遍fish_redux的Action,好麻烦啊;有没有类似于MVVM一样,Text改变后,自动更新使用了该值的Widget啊?
如:
Offstage(
offstage: state.usernameController.text.length
-
0.3.7的版本里面并没有包含最新的flow_adapter.dart文件,是不准备发最新的版本了吗?
-
Dear @o1298098 , thanks for sharing this beautiful app, I noticed that you were researching on how to have the bottom bar (maybe I am wrong, but I saw it in 2 different places), and maybe this is the …