shake_to_report 1.0.2 copy "shake_to_report: ^1.0.2" to clipboard
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';
5
likes
130
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

ShakeToReport is a Flutter plugin that allows users to report issues or feedback by simply shaking their device.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, path_provider, screenshot

More

Packages that depend on shake_to_report