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

Tools that prevent stack trace loss across async operations, improving error diagnostics.

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.0

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
150
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Tools that prevent stack trace loss across async operations, improving error diagnostics.

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