exception_helper 1.0.4 copy "exception_helper: ^1.0.4" to clipboard
exception_helper: ^1.0.4 copied to clipboard

Exception Handler simplifies exception handling in Dart and Flutter applications. It offers a streamlined approach to managing exceptions with customizable error messages and flexible exception handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add exception_helper

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

dependencies:
  exception_helper: ^1.0.4

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_helper/exception_helper.dart';
4
likes
125
pub points
36%
popularity

Publisher

unverified uploader

Exception Handler simplifies exception handling in Dart and Flutter applications. It offers a streamlined approach to managing exceptions with customizable error messages and flexible exception handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

cloud_firestore, firebase_auth, firebase_core, firebase_storage, flutter

More

Packages that depend on exception_helper