advanced_error_handler 1.0.0
advanced_error_handler: ^1.0.0 copied to clipboard
A Flutter package to handle errors with dialogs, toasts, and snack bars.
1.0.0 - 2024-11-30 #
- Initial release of the Advanced Error Handler package for Flutter.
- Added functions to handle API and network errors:
- handleError: Handles network and API errors, with optional retry callback.
- showErrorMessage: Displays error messages via SnackBar.
- showErrorDialog: Displays error messages with optional retry button in a Dialog.
- showToastError: Displays quick error feedback via Toast.