shake_to_report 1.0.2 shake_to_report: ^1.0.2 copied to clipboard
ShakeToReport is a Flutter plugin that allows users to report issues or feedback by simply shaking their device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shake_to_report
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
shake_to_report: ^1.0.2
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:shake_to_report/shake_to_report.dart';