Skip to content
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

Login Page created #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Anushka-ag16
Copy link

@Anushka-ag16 Anushka-ag16 commented Sep 14, 2024

Login Page has been created

WhatsApp.Video.2024-09-14.at.12.08.00_6ac7a63f.mp4

fix #4

@SHREYANSHSK SHREYANSHSK added the enhancement New feature or request label Sep 14, 2024
Copy link
Collaborator

@SHREYANSHSK SHREYANSHSK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make the divider line more this between sign in and sign up page, and add validation also in textfield

hint: you can use textForm field instead of textfield

lib/app/modules/login/views/login_view.dart Show resolved Hide resolved
lib/app/modules/login/views/login_view.dart Show resolved Hide resolved
lib/app/modules/login/views/login_view.dart Show resolved Hide resolved
borderRadius: BorderRadius.circular(30.0),
type: MaterialType.card,color: Colors.grey,elevation: 2.0,
child: TextField(
style: GoogleFonts.urbanist(textStyle: TextStyle(color: Colors.black),fontSize: 16,fontWeight: FontWeight.w400),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make seperate file for custom TextField, so that it can be assigned to register page also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login Page
2 participants