-
Notifications
You must be signed in to change notification settings - Fork 2
feature: verification page with entering verification code and resend otp option (TCS-12) #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
There's an issue with code formatting, you can reformat the code by running the command |
const Padding( | ||
padding: EdgeInsets.only(left: 5.0), | ||
child: Text( | ||
"We've sent a verification code to your email address", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the font weight of the email text
), | ||
Padding( | ||
padding: const EdgeInsets.only(top: 60.0), | ||
child: TextButton( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done this as well!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Check if the
fill color
matches the background color in UI design. - Implement a working timer (you may create your own custom widget for this).
- Look into matching
font weights
with the design provided. - Implement the 'resend' button when the timer has finished.
- Add a property to the StyledTextField widget that allows disabling the '❌' icon when a specific parameter is passed.
- Implement automatic cursor jumping to next
TextField
widget, when a value is entered in a specificTextField
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR introduces Verification Page with entering Verification Code and resend OTP option
📌 Description
📒 Summary of Changes
📱 View Screenshots