error_stack 1.7.1 error_stack: ^1.7.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
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.7.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_stack/error_stack.dart';