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

Capture Flutter widgets as PNG screenshots. CLI + AI skills for Claude Code, Cursor, Codex, and Antigravity. Figma-to-Flutter conversion with visual validation loop.

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 Flutter:

 $ flutter pub add print_widget_flutter

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

dependencies:
  print_widget_flutter: ^0.7.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:print_widget_flutter/print_widget_flutter.dart';
4
likes
150
points
486
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Capture Flutter widgets as PNG screenshots. CLI + AI skills for Claude Code, Cursor, Codex, and Antigravity. Figma-to-Flutter conversion with visual validation loop.

Repository (GitHub)
View/report issues

Topics

#flutter #screenshot #testing #golden-test #ai

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

args, flutter, flutter_test, image, path, yaml

More

Packages that depend on print_widget_flutter