bug_recorder 0.1.0
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_recorderUse 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_recorderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bug_recorder: ^0.1.0Alternatively, 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';