-
![image](https://user-images.githubusercontent.com/6824136/56180091-8e1ac700-603a-11e9-9174-25a6f389e94f.png)
ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context);
我尝试在第一个fi…
-
### Application error
#### System
| | |
|------------ | -------------|
|Platform | win32 10.0.18363 |
|Architecture | x64 |
|Application Version | 1.2.20 |
|Process | renderer |
#### Message
EBADF: b…
-
```
Page(父) -> Component(子)
| |
reducer reducer
| |
state-> connector
-
fish-redux 是否支持ios端以initWithEngine方式启动。
-
```
import 'package:fish_redux/fish_redux.dart' as rdx;
class Action extends rdx.Action{
Action(this.type, {this.payload, this.analytics}) : super(type, payload: payload);
final Object typ…
-
Moved from https://github.com/valueflows/agent/issues/38#issuecomment-150667605
@elf-pavlik wrote
> simplest possible definition of vf:Transfer as "transfer of ownership over resource between agent…
-
相关关键代码如下
1、使用全局store的方式
```dart
AppRoutes(preloadedState: AppState.initialState(), pages:{
"details":DetailsConn() + DetailsPage()
});
```
2、路由实现
```dart
onGenerateRoute:…
-
![image](https://user-images.githubusercontent.com/17465198/57788487-c44a8400-7769-11e9-85de-6655886861db.png)
-
在生成adapter模板时,adapter.dart文件报错,原因时fish redux更新后Connectord被弃用了且多了subReducer方法
MMMzq updated
5 years ago
-
问题:我使用了fish-redux中的AndroidStudio模板进行生成fish-redux需要的代码,然后,想应用于Flutter标准demo,在使用的过程中,发现`reduct.dart`文件中的_onIncrement方法没有调用,然后`effect.dart`中的`_onIncrement`方法却调用了,跟文档里面写的先调用`reduct`后调用`effect`有不符合,想看看是不是代…