Offline data mode causes isFlutterApp to fail with `Null check operator used on a null value`
Open
bug
offline
P1
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.