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時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。