visual_feedback 0.0.1 copy "visual_feedback: ^0.0.1" to clipboard
visual_feedback: ^0.0.1 copied to clipboard

Let users annotate a live screenshot of your Flutter app with pencil, shapes, arrows and text, then get the PNG plus recent logs for bug reports.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add visual_feedback

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

dependencies:
  visual_feedback: ^0.0.1

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:visual_feedback/visual_feedback.dart';
0
likes
160
points
36
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Let users annotate a live screenshot of your Flutter app with pencil, shapes, arrows and text, then get the PNG plus recent logs for bug reports.

Repository (GitHub)
View/report issues
Contributing

Topics

#feedback #screenshot #annotation #bug-report #drawing

License

MIT (license)

Dependencies

flutter, logging

More

Packages that depend on visual_feedback