flappy 0.1.7 copy "flappy: ^0.1.7" to clipboard
flappy: ^0.1.7 copied to clipboard

A package that will help you and your team to report bugs when needed. Just shake your device and start reporting and send email to your designated receivers.

example/lib/main.dart

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

void main(List<String> args) {
  return runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return FlappyFeedback(
      appName: 'App name',
      receiverEmails: ['your@email.com'],
      child: MaterialApp(
        home: Scaffold(
          body: Text("Hello"),
        ),
      ),
    );
  }
}
5
likes
30
pub points
18%
popularity

Publisher

unverified uploader

A package that will help you and your team to report bugs when needed. Just shake your device and start reporting and send email to your designated receivers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

csv, feedback, flutter, flutter_email_sender, intl, logging, path, path_provider, sensors

More

Packages that depend on flappy