error_trace 1.0.1 copy "error_trace: ^1.0.1" to clipboard
error_trace: ^1.0.1 copied to clipboard

Utilities to preserve stack traces across asynchronous calls for better debugging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add error_trace

With Flutter:

 $ flutter pub add error_trace

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

dependencies:
  error_trace: ^1.0.1

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_trace/error_trace.dart';
1
likes
160
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities to preserve stack traces across asynchronous calls for better debugging.

Repository (GitHub)
View/report issues

Topics

#error #error-handling #stacktrace #debug #exceptions

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta, stack_trace

More

Packages that depend on error_trace