traceway 1.0.9 copy "traceway: ^1.0.9" to clipboard
traceway: ^1.0.9 copied to clipboard

Traceway error tracking and screen recording SDK for Flutter.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate traceway

Use it

The package has the following executables:

$ upload_symbols

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add traceway

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

dependencies:
  traceway: ^1.0.9

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:traceway/traceway.dart';
6
likes
160
points
294
downloads

Documentation

API reference

Publisher

verified publishertracewayapp.com

Weekly Downloads

Traceway error tracking and screen recording SDK for Flutter.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, device_info_plus, flutter, flutter_quick_video_encoder, http, path_provider, uuid

More

Packages that depend on traceway