Skip to content

TextFormField separator removal#170

Open
RohanSengupta326 wants to merge 3 commits into
CCExtractor:mainfrom
RohanSengupta326:rohan
Open

TextFormField separator removal#170
RohanSengupta326 wants to merge 3 commits into
CCExtractor:mainfrom
RohanSengupta326:rohan

Conversation

@RohanSengupta326

Copy link
Copy Markdown

Fixes #158

Describe the changes you have made in this PR -

  • Removed the separator between TextFormFields and inserted UnderlineInputBorder in both Existing and New Account Screen

Screenshots of the changes (If any) -

Screenshot 2022-10-13 at 4 13 20 PM
Screenshot 2022-10-13 at 4 13 28 PM

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

@ItsAdityaKSingh

Copy link
Copy Markdown
Collaborator

Hey @RohanSengupta326! I guess it could be better to reduce and align the underline properly.

@RohanSengupta326

Copy link
Copy Markdown
Author

how about this? @ItsAdityaKSingh

Screenshot 2022-10-15 at 1 07 07 PM

Screenshot 2022-10-15 at 1 07 07 PM

@ItsAdityaKSingh

Copy link
Copy Markdown
Collaborator

Better! Try to move that eye icon away from the underline. It should not look to be in the text field.

@RohanSengupta326

RohanSengupta326 commented Oct 16, 2022

Copy link
Copy Markdown
Author

@ItsAdityaKSingh

Screenshot 2022-10-16 at 2 08 00 PM

Screenshot 2022-10-16 at 2 08 51 PM

@ItsAdityaKSingh

Copy link
Copy Markdown
Collaborator

That's great! Could you also just push the eye icon up a little so that it comes above the underline horizontal space?

@RohanSengupta326

Copy link
Copy Markdown
Author

Is this height of the eye icon okay or is more needed? @ItsAdityaKSingh

Screenshot 2022-10-16 at 2 43 11 PM
Screenshot 2022-10-16 at 2 43 21 PM

@ItsAdityaKSingh

ItsAdityaKSingh commented Oct 16, 2022

Copy link
Copy Markdown
Collaborator

LGTM! @nb9960, could you review?

@RohanSengupta326

Copy link
Copy Markdown
Author

so should send the PR now or wait? @ItsAdityaKSingh

@nb9960 nb9960 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why debug.keystore file is introduced?

Comment thread lib/views/auth_screen.dart Outdated
),
),
),
separator(),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I don't think separator widget is being used anywhere now, can you please remove the widget (wherever it is declared) too

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

sure.

@RohanSengupta326

RohanSengupta326 commented Oct 18, 2022

Copy link
Copy Markdown
Author

@nb9960

debug.keystore and pubspec.lock were changed automatically.
I reverted the changes and committed including the UI changes.
and also removed the separator widget as you asked.
please check.

@ItsAdityaKSingh

Copy link
Copy Markdown
Collaborator

Hey @RohanSengupta326, could you please see PR #175 and discuss the need for separate cards for the fields or have the fields on the same card? You could look at the UI and suggest your ideas there too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

This line is misleading as a text field

3 participants