yang-lile
yang-lile
**Describe the bug** GetConnect should not include any flutter code. it's very confusing. **Reproduction code I try to solve issue [1694](https://github.com/jonataslaw/getx/issues/1694). 1. create a dart project. 2. write these code......
在大型项目中使用领域驱动开发,来自后端的dto对象应该放在哪里,领域对象又应该放在哪里,是都放在models里面吗? 存储库层、应用层代码又应该怎么放置,是都放在services里面吗
该处确实无法保证最后一个分支语句(L462)一定不为空,也没有做好断言检查。 入参为:{route: '/', uniqueId: null} https://github.com/alibaba/flutter_boost/blob/622e243416a04aae74845fc42444c5cd09eb15b0/lib/src/flutter_boost_app.dart#L402-L464
flutter: 3.22.1 flutter_boost: 5.0.2 仍然有问题,但是是热重启卡死,热重载可用。 _Originally posted by @yang-lile in https://github.com/alibaba/flutter_boost/issues/102#issuecomment-2372785537_
我想了解这个部分修改的 targetPage 为什么一定不为空,可以详细的说明一下吗?这行代码在 4.5.4 导致了空安全的 crash,我不清楚升级到 5.0.2 是否会得到修复。  4.5.4 的 crash: ``` Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value at FlutterBoostAppState.popUntil(flutter_boost_app.dart:461) at...
### 请描述遇到的问题,以及您所期望的正确的结果 在反复 push pop 时,不引发 crash ### 请说明如何操作会遇到上述问题 同时点击 webview 内部的按钮打开新的 webview 页面,点击左上角返回按钮并使用flutter的路由maybePop,网页事件回调由于异步延迟,会在pop中途引发 crash。 ### 在下面填入关键复现代码 ``` @override Widget build(BuildContext context) { final title = widget.title; return PopScope( canPop:...