如何修复 在 flutter 中从通知传输时底部栏消失

how to fix The bottom bar disappears when transferring from notification in flutter

提问人:mahmoud 提问时间:11/12/2023 更新时间:11/12/2023 访问量:33

问:

如何修复 在 flutter 中从通知传输时底部栏消失 我使用navigatorKey从通知重定向:

navigatorKey.currentState!.pushNamed(route);

一切按预期进行 仅当从通知有效负载重定向时,底部栏才会消失 请帮忙..

我使用了navigator.of(context),但返回错误使用空运算符

Flutter Dart 通知导航

评论


答: 暂无答案