ui_commenter 0.1.1
ui_commenter: ^0.1.1 copied to clipboard
Debug-only Flutter tool: tap any widget in the running app, comment on it, and copy a ready-to-paste prompt (source location, type, key, ancestry) for a coding agent.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ui_commenterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ui_commenter: ^0.1.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:ui_commenter/ui_commenter.dart';