flutter / flutter/devtools

Offline data mode causes isFlutterApp to fail with `Null check operator used on a null value`

Open
#7,722 7 comments 0 reactions 1 assignee Claimed by @kenzieschmoll View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.