linked_layouts 0.2.0
linked_layouts: ^0.2.0 copied to clipboard
Linked layouts.
0.2.0 #
- Fixed leader size not persisting across reattachments.
- Introduced
RenderObjectWithLayoutLinkMixin.createLayoutClientInternalmethod to handle internal state. Implementers are expected to replacecreateLayoutClientwith the new method. - Refactored
LayoutLeaderintoAbstractLayoutLeaderand introducedSingleLayoutLeaderandCustomLayoutLeaderas replacements. - Renamed
LayoutLink.leaderOffsetIntoLayoutLink.getOffsetInand made the method static. - Fixed
LayoutLeaderClient.scalewasn't DPI-aware. Now it looks for the nearestRenderViewancestor. - Fixed
LayoutLinktransient frame callback was empty by mistake. - Removed unnecessary assertions in
LayoutLinkHandle.
0.1.0 #
- Initial version.