shake_flutter 14.1.2 copy "shake_flutter: ^14.1.2" to clipboard
shake_flutter: ^14.1.2 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();

  const clientId = 'HtTFUmUziF5Qjk1XLraAJXtVB1cL62yHWWqsDnrG';
  const clientSecret = 'IPRqEI2iSQhmUP6NGQcPNKCs7JQCJrpFUG0qDmLx4Yx2spd3caXnC3o';

  Shake.setInvokeShakeOnScreenshot(true);
  Shake.setInvokeShakeOnShakeDeviceEvent(true);
  Shake.setShowFloatingReportButton(true);
  Shake.setAutoVideoRecording(true);
  Shake.setEmailField('test@shakebugs.com');
  Shake.setShowIntroMessage(true);
  Shake.setSensitiveDataRedactionEnabled(true);
  Shake.start(clientId, clientSecret);
  Shake.setConsoleLogsEnabled(true);

  runApp(Home());
}
33
likes
80
pub points
89%
popularity

Publisher

verified publishershakebugs.com

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

Documentation

API reference

License

unknown (license)

Dependencies

flutter, path

More

Packages that depend on shake_flutter