text_field_dialog library Text Field Dialog

Classes

EditFieldWidget
L10nErrorKeyProvider
SvgFile
asset_classes option lets you define completely custom classes for handling assets based on their extension Here we used SvgFile to automatically convert svg assets into widgets
TextFieldDialog<T>
A widget which shows a text dialog. label is the value of the text label of the widget, which when pressed loads the text field dialog
TextFieldDialogTheme
TextFieldModalConfiguration
TextFieldValidator<T>
A service validator class, used as a contract for validation methods on a text field dialog. It should be extended, with your custom implementation of its methods.

Typedefs

FilledWidgetBuilder<T> = Widget Function(T value, EditFieldState fieldState, Function showDialogCallback)

Exceptions / Errors

EmptyListErrorModel
ErrorAccessDeniedModel
Exception thrown whenever some part of the application or package requires access to a resource or a part of the code where it has none.
ErrorModel
The base error model from which all other errors inherit.
GenericErrorModel
UnknownErrorModel