I just tried the following in DartPad:
void main() { int? x; }
and get the following error:
Error compiling to JavaScript
Manually removing pubspec.lock and running flutter pub get resolved the problem. In my case it was due to regression.
pubspec.lock
flutter pub get