meta/meta_form library

Classes

MetaForm
Renders a form for a IMSchemaDefinition (based on ref)
MetaFormState

Extensions

LListOfMSchemaPropertyRelocationExtension on List<IMSchemaProperty>?
MModelMetaFormExt on MModel
MSchemaPropertyRelocationExtension on IMSchemaProperty
MSchemaRefFormExt on MSchemaRef

Functions

saveFactCallback(MSchemaRef? ref) SubmitHook<IFact?>

Typedefs

MetaFormBuilderFn = Widget Function(BuildContext context, MetaFormState state)
SubmitHook<T> = FutureOr<Result<T>> Function(BuildContext context, FormController form, FormSubmitResultBuilder submitResult)