Checking the integrity of the Web SDK
Running /b/s/w/ir/cache/builder/engine/src/flutter/web_sdk/test/api_conform_test.dart
Checking 111 public classes.
Warning: lib/ui/ui.dart SemanticsUpdateBuilder.updateNode parameter 10 traversalParent has a different nullability than in lib/web_ui/ui.dart.
Warning: lib/ui/ui.dart SemanticsUpdateBuilder.updateNode parameter 26 tooltip has a different nullability than in lib/web_ui/ui.dart.
log
It looks like the nullability of some parameters is computed differently. Looking at the source, the two definitions do in fact disagree.
log
It looks like the nullability of some parameters is computed differently. Looking at the source, the two definitions do in fact disagree.