Closed
Description
Regarding the --native-null-assertions
flag. It provides non-null assertions on values returned from browser APIs when the dart:html library specifies the API should be non-nullable. For each compiler we should consider if this is enabled by default, and if so can it be disabled?
For DDC this is a question of what flags are supported when you try to run a debug app with package:webdev or flutter web. For dart2js it includes those and what flags are available through dart compile js
.