-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add support for nullsafety #493
Comments
This will be blocked on package:build, which is blocked on package:analyzer |
Blocked because of: dart-lang/build#2920 |
I believe this has been fixed! |
@vanlooverenkoen – do you want (1) the code in source_gen to be null safe? Or (2) just to support generating null-safe code? We have (2) done, not (1). |
I want the code in code_gen to be nullsafe |
We need to get all of the downstream packages migrated, first. You can still USE source_gen to generate null-safe code.
|
After 2.0 of Apart from that, I'm happy to migrate this package as well if no-one is working on it yet. |
I am upgrading my package (Kiwi) gbtb16/kiwi#51
But it seems that source_gen is not yet migrated to support nullsafety. Is there a timeline on when this could be added?
The text was updated successfully, but these errors were encountered: