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 [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xerkonix_error_handlerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xerkonix_error_handler: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:xerkonix_error_handler/xerkonix_error_handler.dart';