advanced_error_handler 1.0.2
advanced_error_handler: ^1.0.2 copied to clipboard
A Flutter package to handle errors with dialogs, toasts, and snack bars.
1.0.2 #
- Some changes
1.0.1 #
- Fixed some issues.
1.0.0 #
- 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.