-
Notifications
You must be signed in to change notification settings - Fork 81
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
Migrate dwds to null safety #1327
Comments
\cc @jonahwilliams |
What's the priority here? |
This is low priority but nice to have |
Is this issue complete (package:dwds is now null safe?)? |
ping @elliette - do you know the status here? |
All files have been migrated and DWDS is now null-safe, but the null-safe version has not yet been released (planning to do that this week) |
Thanks! Can you update this (and #1640) when that happens? |
Just published null-safe DWDS ( |
dwds
11.0.2 is not null safe:webdev/dwds/lib/dwds.dart
Line 5 in b851f74
This is preventing the
flutter_tool
from migrating to null safety.https://github.com/flutter/flutter/blob/4a33813b3500308bb579a1dad5560971baec899f/packages/flutter_tools/lib/src/isolated/resident_web_runner.dart#L9
Note
dds
just published a null safe 2.0 dart-lang/sdk#45756.The text was updated successfully, but these errors were encountered: