-
iOS native有提供viewWillAppear方法,在页面每次即将出现的时候调用,但我发现fish-redux并没有类似这样的方法,请问有没有办法可以监听到page即将出现/即将消失的方法,比如从某个页面(native/flutter)pop回来?
-
**Describe the bug**
怎样接收传递的参数?
```dart
void _goToProfile(Action action, Context ctx) {
Navigator.of(ctx.context)
.pushNamed("profile_list_page", arguments: {"navi_title": "这是传递的标题"});
…
-
Support null safety and latest flutter upgrade
-
Can't use in VS Code version (1.35.1)。
I followed the installation instruction , however the expected menu didn't appear from File menu.
OS:Mojave 10.14.5
VSCode:1.35.1
Plugin:0.0.6
-
https://github.com/gavinhome/flying-redux
-
场景:
A页面pushB页面,B页面返回A页面后,需要刷新A页面数据。
希望有生命周期可以知道返回A页面了。
原先监听Lifecycle.didUpdateWidget可以实现刷新,但升级Flutter SDK后,这个事件就不触发了。
请问fish-redux如何实现这个场景的刷新?
-
在createApp()中指定了pages,但在MaterialApp中未指定routes,当从页面A=>B=>C=>D的时候,如果在D页面使用
pushNamedAndRemoveUntil(‘PageC’, ModalRoute.withName(‘PageB’), arguments: arguments)时,ModalRoute.withName(‘PageB’)始终为false,导致P…
-
view中无法setState方法,使用fish redux框架的state数据是更新了,但是checkbox的状态没有实时刷新,需要重新打开底部弹出框才能刷新
Future _openModalBottomSheet(ParentCtrNetTimeState state, Dispatch dispatch, BuildContext context) async {
int grou…
-
初次使用fish-redux,通过demo大致了解了流程,可是在分页加载时遇到了问题:虽然把第二页的数据加载到PageState中的列表数据中,但是listAdapter.itemCount并未同步变化,不知如何修改。
网上搜索发现相关资料极少极少,官方能否发布个分页数据的demo,这个在项目中更实用。折腾的脑瓜仁疼!
谢谢!
-
Flutter 都出2.5 了,你们还不适配空安全吗?