Offline data mode causes isFlutterApp to fail with `Null check operator used on a null value`
Abierto
bug
offline
P1
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.