custom_error 0.0.6 copy "custom_error: ^0.0.6" to clipboard
custom_error: ^0.0.6 copied to clipboard

The "custom_error" library is a powerful flutter package designed to streamline error management and elevate error handling in your flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_error

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

dependencies:
  custom_error: ^0.0.6

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:custom_error/custom_error.dart';
5
likes
140
points
45
downloads

Publisher

verified publisherpermanentlink.co.za

Weekly Downloads

The "custom_error" library is a powerful flutter package designed to streamline error management and elevate error handling in your flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, intl, ndialog

More

Packages that depend on custom_error