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 [...]
0.1.0 - 2026-07-04 - Initial release #
Added #
FormView— read-only Flutter render of anmcp_formFormDocument(borders, fonts, shading, tables, images) on a paper sheet, withpaged/sectionPerPagepage models.FormViewController—capturePng()for image capture and aselectedBlockIdhighlight.- Block tagging (
MetaData {type: formBlock, id}) for LLM coordinate scans;onBlockTap(FormBlockRef)for inspector / editor seeds. formDocumentFromUiDsl— reverse-maps aform.render {format: 'uiDsl'}tree back to aFormDocument.