error_stack 1.7.3 copy "error_stack: ^1.7.3" to clipboard
error_stack: ^1.7.3 copied to clipboard

ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add error_stack

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

dependencies:
  error_stack: ^1.7.3

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:error_stack/error_stack.dart';
20
likes
150
pub points
68%
popularity
screenshot

Publisher

verified publishernylo.dev

ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive.

Homepage
Repository (GitHub)
View/report issues

Topics

#error-handling #error-ui #logging #custom-error

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, url_launcher

More

Packages that depend on error_stack