just_ui library
Classes
- EmailValidator
- EmailValidator checks if a string is a valid email address.
- FieldErrorInfo
- IpAddressValidator
- IpAddressValidator checks if a string is a valid IPv4 address.
- IsTrueValidator
- IsTrueValidator checks if a boolean value is true.
- JustForm
- Widget container for form, controlled by JustFormController. Provides the controller to child widgets via InheritedWidget.
- JustFormController
-
Controller for managing the state of
JustForm
. Provides API for validation, saving, resetting the form and accessing values and errors of form fields by ID. -
JustFormFieldState<
T> - Interface for all JustForm field states. Defines the contract between JustFormController and the fields.
- JustTextField
- Custom text field, integrated with the JustForm system. You can work either with the standard Flutter Form or with JustFormController.
- JustTheme
- A simple theme with a light mode.
-
JustValidator<
T> - Base class for all validators in the JustForm system.
- LettersAndNumbersValidator
- LettersOnlyValidator
- MaxLengthValidator
- MaxLengthValidator checks the maximum length of a string.
- MinLengthValidator
- MinLengthValidator checks the minimum length of a string.
- NumbersOnlyValidator
- RequiredValidator
- RequiredValidator checks if a string field is not empty.
- UrlValidator
- ValidationError
- Stores the validation result of a single field.