alibaba / flutter_boost

FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts
https://github.com/alibaba/flutter_boost
MIT License
6.96k stars 1.23k forks source link

flutter_boost 4.1不能混合GetX 使用吗? #1769

Open Huuuuuub opened 1 year ago

Huuuuuub commented 1 year ago

使用的flutter_boost4.1, 想内部使用GetX的路由管理,但是发现不能使用,提示`══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ The following message was thrown while handling a gesture: You are trying to use contextless navigation without a GetMaterialApp or Get.key. If you are testing your app, you can use: [Get.testMode = true], or if you are running your app on a physical device or emulator, you must exchange your [MaterialApp] for a [GetMaterialApp].

` 代码如下:

截屏2022-12-02 17 07 27

请教有知道怎么回事的吗?

xyhuangjia commented 1 year ago

用不了导航栈管理

sth0409 commented 1 year ago

同样遇到问题,苦恼中~

CrassusX commented 1 year ago

用flutter自带方式打开原生呢,绕开框架

Leon-ele commented 1 year ago

Getx 不适合 混编 坑很多

seulfish commented 3 months ago

Getx 不适合 混编 坑很多

这不就是没有支持好的 问题吗