priority_dialog 1.0.0
priority_dialog: ^1.0.0 copied to clipboard
A Flutter package to manage dialogs with priorities and customizations.
Changelog #
1.0.0 #
- Initial release of
priority_dialogpackage. - Added functionality for priority-based dialog management.
- Supports customizable dialogs with user-defined content.
- Introduced the ability to define custom logic for dialog closure.
- Implemented fixed dialogs that cannot be dismissed until explicitly removed.
- Provided global navigation with
GlobalKey<NavigatorState>for dialog management. - Allows multiple dialogs to be managed simultaneously based on priority.