flutter_registration library

Flutter registration component that provides a registration screen with multiple registration steps.

Classes

AuthBoolField
A field for capturing boolean values in a Flutter form.
AuthDropdownField
A field for capturing dropdown selections in a Flutter form.
AuthField<T>
An abstract class representing a field in a Flutter form.
AuthPassField
A field for capturing password inputs in a Flutter form.
AuthStep
AuthTextField
A field for capturing text inputs in a Flutter form.
RegistrationOptions
A set of options for configuring the registration process in a Flutter application.
RegistrationScreen
A screen for user registration.
RegistrationScreenState
The state for RegistrationScreen.
RegistrationTranslations
Holds all the translations for the standard elements on the registration screen.

Enums

BoolWidgetType

Mixins

RegistrationRepository

Exceptions / Errors

AuthException