issues
search
alibaba
/
fish-redux
An assembled flutter application framework.
https://github.com/alibaba/fish-redux
Apache License 2.0
7.33k
stars
843
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
选择侧滑页面(Scaffold中的endDrawer)中ListView单个item,如何把选择的内容返回主页,并且关闭侧滑页面
#634
bhjSky
opened
4 years ago
0
需要生命周期的Controller类处理方法
#633
Iridescentangle
closed
4 years ago
3
how can I get new params from didUpdateWidget lifecycle
#632
CoolBerry
opened
4 years ago
0
Component Can't you have private properties of your own ?
#631
DontDream1
opened
4 years ago
1
打包后的wap怎么通过分享的url跳转到指定的页面
#630
zsfbest
opened
4 years ago
1
Сontinuous page refreshing
#629
vdvpie22
opened
4 years ago
1
添加adapter映射的时候,报错类型错误,但是我看别人的demo就是这么写的
#628
yaofuyu
opened
4 years ago
0
使用adapter与component, 父组件改变状态, 不能即时更新到子页面上, 热更新之后值才会变化
#627
zsfbest
opened
4 years ago
11
示例项目新增全选按钮更新列表,状态不更新
#626
yanglilizhang
opened
4 years ago
3
在effect中怎么调用 buildComponent?
#625
xinpiaoyuanfang
closed
4 years ago
1
关于AppRoutes和 HybridRoutes调用
#624
xinpiaoyuanfang
opened
4 years ago
0
bottomNavigationBar下的各个page的全局状态无法实时更新
#623
zsfbest
opened
4 years ago
7
关于在effect 是否需要手动释放 像 TextEditingController 或者focusNode,还是框架自己能释放
#622
andyxiaoxi
closed
4 years ago
5
adapter中的component,始终收不到自己的reducer事件
#621
luckysmg
closed
4 years ago
1
使用adapter时,如果一个item的事件会改变多个item的状态,如何操作?
#620
layou1989
opened
4 years ago
1
关于Global State 无法全局更新问题。
#619
EaglesChen
closed
4 years ago
6
有没有更好的获取itemBuilder 的index的方法
#618
jefferybai
opened
4 years ago
2
底部导航下 子页面组件state更新不会触发子页面更新
#617
li305263
closed
4 years ago
1
有没有全局异常处理的入口?
#616
huangred
opened
4 years ago
0
Navigator.of(ctx.context).pushNamed 怎样接收传递的参数?
#615
xwdiy520
opened
4 years ago
1
父级页面更新状态无法重新触发PageView子页面更新
#614
charmfocus
opened
4 years ago
3
Reducer is not called after subEffect
#613
achernoprudov
opened
4 years ago
3
Adapter 中嵌套的子组件刷新,父组件不会刷新
#612
ywjjjjjj
closed
4 years ago
1
如何在Page里的Component使用TabController(TabController要用到一个SingleTickerProviderStateMixin)
#611
ghost
closed
4 years ago
0
如何在有Connector的情况下在Page里的Component使用TabController
#610
ghost
closed
4 years ago
0
如何实现ListView滚动到未在可视区域内的数据项?
#609
SeptSky
closed
4 years ago
2
如何在fish_redux里使用路由观察器呢 navigatorObservers
#608
yjboy99
closed
4 years ago
4
Effect返回false时,自己会被再次触发
#607
ykrank
opened
4 years ago
1
怎么实现 Timer 功能, 时间更新后需要在页面上显示, setState这个用 didUpdateWidget调用的时候怎么调进去
#606
xinpiaoyuanfang
closed
4 years ago
2
求解然后把 Component 变成 Widget
#605
xmsz
closed
4 years ago
1
OOP 部分 ViewPart 为什么引用不到
#604
xmsz
opened
4 years ago
1
Store在Navigator.pop(ctx.context, null)方式返回上个页面时无法自动调用visitor更新页面State
#603
rainwolfchen
opened
4 years ago
0
A画面的effect如何调用B画面的action
#602
xinggg22
opened
4 years ago
4
键盘覆盖输入框
#601
gangganghao1016
opened
4 years ago
3
Commponent 的Effect是否也可以只有自己收到?
#600
dy1023348109
closed
4 years ago
2
使用buildComponent重复构建dialog时,会触发两次reducer方法,导致页面不能正常刷新
#599
SystemTce
opened
4 years ago
2
add unit test for collection util and map like connector
#598
htynkn
closed
4 years ago
3
我如何添加effect到GlobalStore里
#597
hasonguo
opened
4 years ago
5
所有component都依赖的global state的reselect方法
#596
ykrank
closed
4 years ago
17
怎么让其他page使用 login返回后的数据
#595
xinpiaoyuanfang
closed
4 years ago
2
是否可以把 AppBar单独封装成 Component,如果可以的话怎么调用
#594
xinpiaoyuanfang
closed
4 years ago
4
怎么通过MediaQuery获取 手机屏幕高度和宽度
#593
xinpiaoyuanfang
closed
4 years ago
1
PageA到PageB生命周期
#592
hasonguo
opened
4 years ago
1
fish_redux怎么国际化?
#591
xinpiaoyuanfang
closed
4 years ago
2
怎么可以确保打开pageA时候,pageA的effect里面的Lifecycle.initState被调用
#590
xinpiaoyuanfang
closed
4 years ago
3
page里面用了adapter,在component里面再用个adapter时候报类型错
#589
xinpiaoyuanfang
closed
4 years ago
3
dispatch调用其他actionCreater的方法
#588
linhanda-ops
opened
4 years ago
0
在list项里面点击选中,page的state也更新了,但是view不重新build。
#587
EaglesChen
closed
4 years ago
5
使用QR连续扫描,页面会不断闪烁;如何做到和setState 一样,页面平和,不闪?
#586
jol5
opened
4 years ago
1
component里的action,通过dispatch调用reducer,走到了action了,但是reducer始终不执行,找了几天都没找到原因
#585
javamr123
closed
4 years ago
6
Previous
Next