advanced_error_handler
A Flutter package to handle errors with dialogs, toasts, and snack bars.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
3 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Nov 2024 to Dec 2024
2025
2026
Releases
latest 3-
1.0.201 Dec 2024 -
1.0.130 Nov 2024 -
1.0.030 Nov 2024Release notes
Open source →- 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.