error_stack 1.10.1 copy "error_stack: ^1.10.1" to clipboard
error_stack: ^1.10.1 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
copied to clipboard

With Flutter:

 $ flutter pub add error_stack
copied to clipboard

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

dependencies:
  error_stack: ^1.10.1
copied to clipboard

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';
copied to clipboard
54
likes
0
points
2.77k
downloads

Publisher

verified publishernylo.dev

Weekly Downloads

2024.09.21 - 2025.04.05

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