bug_recorder 0.1.0 copy "bug_recorder: ^0.1.0" to clipboard
bug_recorder: ^0.1.0 copied to clipboard

Rolling-buffer screen recording for bug reports. Continuously keeps the last N seconds of screen activity, so a tester who shakes the phone after noticing a bug captures the steps that caused it - not [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate bug_recorder

Use it

The package has the following executables:

$ probe_mp4

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bug_recorder

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

dependencies:
  bug_recorder: ^0.1.0

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:bug_recorder/bug_recorder.dart';
2
likes
140
points
90
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Rolling-buffer screen recording for bug reports. Continuously keeps the last N seconds of screen activity, so a tester who shakes the phone after noticing a bug captures the steps that caused it - not just the aftermath.

Topics

#screen-recording #bug-reporting #debugging #testing #test-in-past

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bug_recorder

Packages that implement bug_recorder