Package-level declarations
Types
Link copied to clipboard
data class SignUpScreenData(val name: TextFiledData = TextFiledData(String()), val email: TextFiledData = TextFiledData(String()), val password: TextFiledData = TextFiledData(String()))
Immutable data class representing the state of the registration form.
Link copied to clipboard
ViewModel for the sign-up screen, managing user registration and form validation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard