Offline data mode causes isFlutterApp to fail with `Null check operator used on a null value`
未关闭
bug
offline
P1
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
This code in connected_app.dart fails for connected controllers, when loading saved data:
```
Future get isFlutterApp async => _isFlutterApp ??=
await serviceManager!.libraryUriAvailable(flutterLibraryUri);
```
It is expected that connected controller should function as normal in offline data mode.
贡献指南
评估
这个 Issue 还没有评估数据。