-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Remove Deprecated RenderUnconstrainedBox #111711
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
Conversation
|
@LongCatIsLooong can you advise what the migration is for this deprecation? There is no guide at https://docs.flutter.dev/release/breaking-changes. I'd like to see if I can add a dart fix for this. There are a bunch of tests in box_test.dart that need to be migrated or removed, I am not sure which. |
|
I think
|
|
Oh fabulous, thank you! I think I can write an auto-fix for it then. |
|
The widget using the deprecated render object at the time ( |
|
Unfortunately the dart fix did not work as expected, filed dart-lang/sdk#50011 to track and follow up. I think this can move ahead, and I will include the expected transforms in the migration guide. |
WIP - tests still need to be migrated
This removes
RenderUnconstrainedBoxThis deprecated class has reached end of life after the release of Flutter 3.3
RenderConstraintsTransformBox instead.replacedByfeaturePart of #111708
For the full list of deprecations being removed in this batch, see flutter.dev/go/deprecations-removed-after-3-3
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.