ui/entry_registry library

Classes

EntryRegistry
The infolist half of rendering — FieldRegistry (lib/form/field_registry.dart) is the form half. Registering a type here renders it on an infolist screen and tells the server's ComponentTypeMap what name to emit; it says nothing about how that type behaves as a form field, which is FieldRegistry's concern.

Typedefs

EntryBuilder = Widget Function(BuildContext context, SchemaComponent component, ResourceRecord record)