custom_error 0.0.5 copy "custom_error: ^0.0.5" to clipboard
custom_error: ^0.0.5 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.5

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';
3
likes
150
pub points
34%
popularity

Publisher

verified publisherpermanentlink.co.za

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, intl, ndialog

More

Packages that depend on custom_error