emitrace 1.1.1 copy "emitrace: ^1.1.1" to clipboard
emitrace: ^1.1.1 copied to clipboard

One-tap Flutter debugging toolkit that captures logs, route transitions, Dio network activity, errors, screenshots, and shareable bug reports.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add emitrace

With Flutter:

 $ flutter pub add emitrace

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

dependencies:
  emitrace: ^1.1.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:emitrace/emitrace.dart';
18
likes
0
points
539
downloads

Publisher

unverified uploader

Weekly Downloads

One-tap Flutter debugging toolkit that captures logs, route transitions, Dio network activity, errors, screenshots, and shareable bug reports.

Repository (GitHub)
View/report issues

Topics

#flutter #debugging #logging #dio #qa

License

unknown (license)

Dependencies

dio, flutter, http, package_info_plus, path_provider, platform, share_plus

More

Packages that depend on emitrace