widgetation 0.2.0
widgetation: ^0.2.0 copied to clipboard
Visual feedback for AI coding agents. Click any widget in your Flutter app, add a note, and paste structured context into Claude Code, Codex, or any AI tool.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add widgetationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
widgetation: ^0.2.0Alternatively, 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:widgetation/widgetation.dart';