flutter_overlay_support 1.0.0
flutter_overlay_support: ^1.0.0 copied to clipboard
A lightweight, powerful, and adaptive overlay support package for Flutter. Features intelligent queueing, widget anchoring, future-based loaders, and zero dependencies.
1.0.0 #
- Initial major release.
- Smart Overlay Queue: Intelligent queue manager with 5 priority levels, deduplication, and replacement strategies.
- Anchor Overlays: Attach overlays to any widget using GlobalKeys with auto-repositioning and arrow support.
- Future & Progress API: Declarative
showFutureandshowProgresshandles for easy operation lifecycle management. - Adaptive UI: Automatic styling for Android (Material 3), iOS/macOS (Cupertino), and Windows (Fluent).
- Built-in Themes: Ready-to-use themes for Glassmorphism, Neon, Minimal, and more.
- Zero External Dependencies: High performance and lightweight footprint.
- Lifecycle Callbacks: Added
onShow,onDismiss,onTap, and more hooks. - Responsive Design: Built-in
ResponsiveNotificationWrapperfor consistent look across desktop/web/mobile. - Overlay Inspector: Integrated debugging tool to track active overlays.