You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move portal
* Add FOverlay and document overlay positioning caveat
Extract CompositedOverlay from CompositedPortal as a simpler base that composites
at the child's origin without positioning logic. Add FOverlay widget that works
like a Stack layered on top of the child in the overlay, with hit testing support
for overflowing children.
Document that Positioned.bottom/right can flicker when the child resizes because
the overlay's layout may read a stale child size (scheduleTask deferral in
_schedule is required since markNeedsLayout cannot be called during paint/layout
of a sibling render object).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Prepare Docs Snippets for review
* Prepare Forui for review
* Fix PR issues
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Pante <Pante@users.noreply.github.com>
0 commit comments