exception_handler 2.0.2 copy "exception_handler: ^2.0.2" to clipboard
exception_handler: ^2.0.2 copied to clipboard

A Dart package for streamlined API handling and robust exception management in Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add exception_handler

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  exception_handler: ^2.0.2

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:exception_handler/exception_handler.dart';
3
likes
150
points
53
downloads
screenshot

Publisher

verified publishertech-andgar.me

Weekly Downloads

A Dart package for streamlined API handling and robust exception management in Flutter apps.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

connectivity_plus, dio, equatable, flutter, http_exception, http_status

More

Packages that depend on exception_handler