Used to initiate a sign up.
fullName
, email
, and primaryLoading
.
navigateToLogin()
: Redirects users to the login screen.submitSignupInit({String? email, String? fullName}) async
: Initiates the signup process with optional email and full name.Create Signup Screen
SignupInitBlock
interface. This screen will handle the initial signup process.Set Up Controllers
Create Input Fields
Add Navigation and Action Buttons