ui_commenter 0.1.1 copy "ui_commenter: ^0.1.1" to clipboard
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_commenter

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

dependencies:
  ui_commenter: ^0.1.1

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:ui_commenter/ui_commenter.dart';
0
likes
160
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#debugging #devtools #widget-inspector #developer-tools

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ui_commenter