print_widget_flutter 0.3.2 copy "print_widget_flutter: ^0.3.2" to clipboard
print_widget_flutter: ^0.3.2 copied to clipboard

Capture Flutter widgets and pages as PNG screenshots for visual verification. Designed for LLMs to generate, compare, and iterate on UI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate print_widget_flutter

Use it

The package has the following executables:

$ print_widget

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add print_widget_flutter

With Flutter:

 $ flutter pub add print_widget_flutter

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

dependencies:
  print_widget_flutter: ^0.3.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:print_widget_flutter/print_widget_flutter.dart';
4
likes
0
points
486
downloads

Publisher

unverified uploader

Weekly Downloads

Capture Flutter widgets and pages as PNG screenshots for visual verification. Designed for LLMs to generate, compare, and iterate on UI.

Repository (GitHub)
View/report issues

Topics

#flutter #screenshot #testing #golden-test #widget

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

args, flutter, flutter_test, path, yaml

More

Packages that depend on print_widget_flutter