error_stack 1.3.4 copy "error_stack: ^1.3.4" to clipboard
error_stack: ^1.3.4 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 Dart:

 $ dart pub add error_stack

With Flutter:

 $ flutter pub add error_stack

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

dependencies:
  error_stack: ^1.3.4

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:error_stack/error_stack.dart';
55
likes
0
points
2.96k
downloads

Publisher

verified publishernylo.dev

Weekly Downloads

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

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, url_launcher

More

Packages that depend on error_stack