Add fixes for nullOk changes#74866
Conversation
|
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. 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. |
packages/flutter/lib/fix_data.yaml
Outdated
| version: 1 | ||
| transforms: | ||
|
|
||
| # Changes made in https://github.com/flutter/flutter/pull/69805. |
There was a problem hiding this comment.
Oh I see, typo! Thanks!
|
@gspencergoog I fixed the rules that do not have |
|
This pull request is not suitable for automatic merging in its current state.
|
…#75303) * Only show devtools deep links for render overflow errors (#74916) * Add fixes for nullOk changes (#74866) * [flutter_tools] delete old directories when unzipping ontop of them (#74818) Fixes #74772 stale files from previous SDKs were getting left in the cache, confusing the analyzer. * Make flutter create --smaple null-safe (#74844) * Suppress 'Info: Compiling without sound null safety' message when building flutter_tools (#74740) The CFE now logs to stdout by default when compiling a program which has non-null-safe dependencies. Since flutter_tools has not yet migrated, we need to suppress this message when compiling the tool. Fixes #74366 * Split tools_tests subshards into separate shards to support sub-sub-sharding (#75033) * Adopt tool_test shard builders (#75171) * Adopt subshard naming convention in build_tests (#75179) * Mark tool_integration_tests not flaky (#75273) * roll flutter/plugins to ToT to fix analysis error * update engine hash Co-authored-by: Kenzie Schmoll <[email protected]> Co-authored-by: Kate Lovett <[email protected]> Co-authored-by: Jonah Williams <[email protected]> Co-authored-by: Michael Goderbauer <[email protected]> Co-authored-by: Ben Konyi <[email protected]> Co-authored-by: Jenn Magder <[email protected]>

This adds fixes for the nullOk changes made across the API. The changes these fix are expected to be widely breaking, so providing fixes will be immensely helpful to users. Proposing for cherry pick. cc @pcsosinski @gspencergoog
Migration guide lists and links to all associated changes: flutter/website#4921
Part of #74908
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.