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

[FEATURE] Remove FlutterLogin scroll when keyboard is active. #170

Open
surister opened this issue May 11, 2021 · 1 comment
Open

[FEATURE] Remove FlutterLogin scroll when keyboard is active. #170

surister opened this issue May 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@surister
Copy link
Contributor

surister commented May 11, 2021

Right now when the keyboard is active, we can scroll up the whole FlutterLogin :
image

This is because the FlutterLogin widget has a SingleChildScrollView:
image

This is used mainly to fix the widget resize that happens when the keyboard is active:
image

but if in the Scaffold we set resizeToAvoidBottomInset property to false.

image

We avoid the shrink and the scroll which is unpleasant.

What do you guys think? Is there any use case where the user might need the scroll? Should we perhaps make the scroll an option?

@surister surister added the enhancement New feature or request label May 11, 2021
@SalahAdDin
Copy link
Contributor

@juliansteenbakker Good one I think.

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