Skip to content

Conversation

@mehmetakdumn604
Copy link

This pull request addresses an issue (#110) introduced in Flutter version 3.29.0 and later, where the _RenderLayoutBuilderPreserveBaseline class was incorrectly using a non-existent mixin, RenderObjectWithLayoutCallbackMixin.

Changes Made
Removed the unused RenderObjectWithLayoutCallbackMixin from the _RenderLayoutBuilderPreserveBaseline class.
Simplified the class declaration to ensure compatibility with the current Flutter rendering system.
Eliminated the layout callback functionality that was not applicable, streamlining the layout process.

@CLAassistant
Copy link

CLAassistant commented Jun 8, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants