show_error_handler 0.0.2
show_error_handler: ^0.0.2 copied to clipboard
A Flutter package that provides a convenient and customizable way to display errors to the user. This package simplifies error handling by providing a centralized mechanism to present error messages, [...]
0.0.1 Initial Release #
Introducing show_error_handler: This package provides a streamlined approach to displaying errors in your Flutter applications. WcBaseError: A fundamental class for structuring error information, including message, code, title, description, type, and origin layer. WcAlert Widget: A versatile widget for presenting error alerts with customizable background and text colors. showWcAlert Function: A convenient function to trigger the display of WcAlert messages. WcModal Widget: A modal widget for displaying errors with an icon, message, and an optional action button. showWcModal Function: A function to present WcModal dialogs with customizable appearance and action callbacks.