shake_flutter 10.0.0 copy "shake_flutter: ^10.0.0" to clipboard
shake_flutter: ^10.0.0 copied to clipboard

outdated

Shake is a tool for receiving better bug reports automatically. Reports arrive to you instantly with a ton of useful data so you can fix them 50X faster.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:shake_example/ui/main/home.dart';
import 'package:shake_flutter/shake_flutter.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();

  Shake.setShowFloatingReportButton(true);
  Shake.setInvokeShakeOnScreenshot(false);
  Shake.setInvokeShakeOnShakeDeviceEvent(false);
  Shake.start();

  runApp(Home());
}
34
likes
30
points
17.3k
downloads

Publisher

verified publishershakebugs.com

Weekly Downloads

Shake is a tool for receiving better bug reports automatically. Reports arrive to you instantly with a ton of useful data so you can fix them 50X faster.

Homepage

License

unknown (license)

Dependencies

flutter, path

More

Packages that depend on shake_flutter