Offline data mode causes isFlutterApp to fail with `Null check operator used on a null value`
Đang mở
bug
offline
P1
- Ngôn ngữ chính
- Dart
- Star
- 1.7k
- Fork
- 404
- Merge trung bình
- 6 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 18
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.