layerx 1.0.0
layerx: ^1.0.0 copied to clipboard
A powerful overlay and dialog system for Flutter. Manage dialogs, toasts, loading, and sheets globally — no BuildContext required.
Changelog #
1.0.0 - 2026-06-02 #
🎉 Initial Release #
✨ Features #
- Global overlay management based on
Overlay - Modal stack system with automatic back button handling
- Future-based API for all dialogs (await support)
💬 Dialogs #
show– simple alert dialogconfirm– confirmation dialog with boolean resultalert– semantic alias for alert dialoginput– input dialog with text returncustom– fully customizable dialog with generic result
📱 Sheets #
bottomSheet– customizable bottom sheetactionSheet– selectable action list with index result
🍞 Toast & Notification #
toast– animated toast (bottom / center)toastSimple– lightweight legacy toastnotification– top notification message
⏳ Loading & Progress #
loading/dismissLoading– loading indicator with reference countingwrapLoading– auto loading wrapper for async tasksprogress/dismissProgress– progress indicator
⚙️ Configuration #
config– control loading delay and minimum display duration
🧩 Other #
dismiss– close modal with resultdismissAll– clear all overlay entries