appplayer_form_view 0.1.0
appplayer_form_view: ^0.1.0 copied to clipboard
Read-only Flutter viewer for mcp_form documents — renders a FormDocument as the actual paper form (styles, tables, images), with block tagging for LLM coordinate scans, tap-to-inspect callbacks, and P [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appplayer_form_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appplayer_form_view: ^0.1.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:appplayer_form_view/appplayer_form_view.dart';