Make flutter frontend server null safe#36394
Conversation
run in legacy mode.
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
This PR does not make any fixes, it is only removing the language version specifications which would make the code run in strong null safe mode, all the existing tests would test would continue to work. |
|
This PR was not supposed to be merged, there were still some errors in the tests. I will revert it. |
Remove the @Dart language versioning from all the files so that this code runs in strong null safe mode.