xerkonix_error_handler 1.0.0
xerkonix_error_handler: ^1.0.0 copied to clipboard
A comprehensive error and exception handling package for Flutter applications. Provides structured error types, custom exceptions, error message handlers, and UI components (dialogs, toasts) for consi [...]
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 #
Initial Release #
- Comprehensive error and exception handling system
- Structured error types with code, type, message, title, and detail
- Custom exception class (
XkException) for error handling - Predefined error factory (
XkErrors) for common HTTP error types - Error message handler (
XkErrorMessageHandler) for displaying errors - Support for dialog and snackbar error display widgets
- Integration with xerkonix_logger for error logging
- Full platform support (Web, iOS, Android, Linux, macOS, Windows)
- Full Flutter 3.24+ and Dart 3.5+ compatibility