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
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
This is an issue with all versions of the visibility_detector package. I have a Stack with 3 layers; ListView, FloatingTabBar, and FloatingAppBar. Each item in the ListView is wrapped in a VisibilityDetector that checks for visibleFraction == 1. This works but it says visibleFraction == 1 even when the other Stack items partially cover the widget.
Expected behavior
There should be an option for the visibleFraction to factor in widgets covering it.
Actual behavior
Widgets will still show visibleFraction == 1 even if they are covered by other widgets.