We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前我们无法启用预测性返回手势, 否则会导致未预期的路由行为
我们的路由和依赖注入目前由 modular 包管理, 这个包可以构建干净的 MVC 架构
目前这个包没有支持 Android 预测性返回手势的计划
可行的方案:
等待 modualr 的更新
拆分路由和依赖注入, 将路由交给 flutter 第一方实现的 go_router 管理, 使用 auto_injector 或类似的包进行依赖注入
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前我们无法启用预测性返回手势, 否则会导致未预期的路由行为
我们的路由和依赖注入目前由 modular 包管理, 这个包可以构建干净的 MVC 架构
目前这个包没有支持 Android 预测性返回手势的计划
可行的方案:
等待 modualr 的更新
拆分路由和依赖注入, 将路由交给 flutter 第一方实现的 go_router 管理, 使用 auto_injector 或类似的包进行依赖注入
The text was updated successfully, but these errors were encountered: