-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2.2 broke DDC builds - skipped compiling warning #74
Comments
I tried to reproduce this error with |
This is my entire package dependency: dependencies:
meta:
html:
# universal_html: 2.0.9
universal_html:
dev_dependencies:
test:
build_runner:
build_web_compilers: I made sure to call
Dart version:
|
Well, the repro code with Dart 3 looks like this: import 'package:universal_html/html.dart';
void main() {
print('will not compile');
} |
Addendum: I also tried with Dart 2.19 and still experienced the problem. |
After upgrading to 2.2.2 from 2.0.9 I started receiving the following errors:
I simply ran
webdev serve
. 2.0.9 is working fine and is the last version I could get working.Thank you if you look at it @terrier989 !
Please let me know if you need more info.
The text was updated successfully, but these errors were encountered: