my_feedback 1.0.0 copy "my_feedback: ^1.0.0" to clipboard
my_feedback: ^1.0.0 copied to clipboard

Flutter plugin that helps developers collect user feedback seamlessly. With features like screen recording, screenshot annotation, and gallery uploads, this plugin simplifies the process of identifyin [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_feedback

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  my_feedback: ^1.0.0

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:my_feedback/my_feedback.dart';
2
likes
120
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that helps developers collect user feedback seamlessly. With features like screen recording, screenshot annotation, and gallery uploads, this plugin simplifies the process of identifying bugs and gathering user suggestions.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_screen_recording, image_picker, painter, provider, screenshot

More

Packages that depend on my_feedback