xerkonix_error_handler 1.0.0 copy "xerkonix_error_handler: ^1.0.0" to clipboard
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_handler

This 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.0

Alternatively, 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';
0
likes
130
points
8
downloads

Documentation

API reference

Publisher

verified publisherxerkonix.com

Weekly Downloads

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 consistent error management across applications.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, xerkonix_logger

More

Packages that depend on xerkonix_error_handler