shakebug 1.0.7 copy "shakebug: ^1.0.7" to clipboard
shakebug: ^1.0.7 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 [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:shakebug/shakebug.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    // Wrap your app with ShakebugSDK
    return ShakebugSDK(
      androidAppKey: 'rPUOZUwtgJKVOkL0SBoG44sR3xmBGa',
      iosAppKey: 'jWeDkNJxancySe6YVAICp5RH9gDgK7',
      child: MaterialApp(
        title: 'Shakebug Example',
        home: Scaffold(
          appBar: AppBar(
            title: const Text('Shakebug Example'),
          ),
          body: const Center(
            child: Text('Shake your phone to report a bug!'),
          ),
        ),
      ),
    );
  }
}
2
likes
0
points
158
downloads

Publisher

verified publishershakebug.com

Weekly Downloads

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 through their log in panel easily.

Homepage

License

unknown (license)

Dependencies

battery_plus, connectivity_plus, device_info_plus, flutter, flutter_foreground_task, flutter_localizations, flutter_screen_recording, get_thumbnail_video, http, image_picker, package_info_plus, path_provider, permission_handler, screen_capture_event, sensors_plus, shared_preferences, video_player, video_trimmer

More

Packages that depend on shakebug