-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#32706Labels
e: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
flutter/engine#31530 introduced some nullability annotations, and one of them seems wrong to me and when using Kotlin, it breaks the code which is using nulls, because those annotations are enforced by Kotlin compiler.
The value parameter should be @Nullable. The next line that immediately checks for it to be null is an indicator of that.
cc @blasten
Metadata
Metadata
Assignees
Labels
e: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version