global_ui_overlay 0.0.1
global_ui_overlay: ^0.0.1 copied to clipboard
A lightweight, plug-and-play Flutter package for displaying global overlay widgets with customizable positioning, effects, and callbacks
0.0.1 #
Initial Release #
- Introduced Global UI Overlay for Flutter applications
- Support for 9 overlay positions (top/center/bottom × left/center/right)
- Added scroll-aware visual effects:
- Hide on scroll
- Fade on inactivity
- Slide on scroll
- Scale on scroll
- Configurable display delay support
- Lifecycle callbacks:
onTaponDisplayonHideonDispose
- Global scroll detection via
ScrollDetectorWrapper - Memory-safe overlay lifecycle management
- Zero external dependencies
- Fully null-safe and production-ready