shakebug 1.0.8
shakebug: ^1.0.8 copied to clipboard
Shakebug allows users to report bugs from their mobile phone. Just shake the device to capture data, screenshots, and logs for developers to view easily.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shakebugThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shakebug: ^1.0.8Alternatively, 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:shakebug/shakebug.dart';