shakebug 1.0.6
shakebug: ^1.0.6 copied to clipboard
Shakebug allows users to report the bug from their mobile phone for your application. Here users just need to shake their mobile and all the data regarding bugs & crashes can be seen by developers thr [...]
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.6Alternatively, 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';