visual_feedback 0.0.1
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_feedbackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
visual_feedback: ^0.0.1Alternatively, 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';