exception_handler 1.1.1 copy "exception_handler: ^1.1.1" to clipboard
exception_handler: ^1.1.1 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 Dart:

 $ dart pub add exception_handler

With Flutter:

 $ flutter pub add exception_handler

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

dependencies:
  exception_handler: ^1.1.1

Alternatively, your editor might support dart pub get or 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';
2
likes
0
pub points
38%
popularity

Publisher

verified publishertech-andgar.me

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, dio, equatable, flutter

More

Packages that depend on exception_handler