-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Generate syntax for plugin registration that works both with and without null safety. #109480
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
Generate syntax for plugin registration that works both with and without null safety. #109480
Conversation
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to dev. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master, unless this is an intentional hotfix/cherrypick. |
e86e093
to
007f96b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/flutter_tools/test/integration.shard/web_plugin_registrant_test.dart
Outdated
Show resolved
Hide resolved
Blocked by #109797 currently |
…and without null safety. (flutter/flutter#109480)
…and without null safety. (flutter/flutter#109480)
…out null safety. (#109480) (#109906) Co-authored-by: Jackson Gardner <[email protected]>
Add a language header to specify we can use null safety in the generated plugin registrant file.
This fixes #109160