flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

[FEATURE] Remove FlutterLogin scroll when keyboard is active.

Open surister opened this issue 3 years ago • 1 comments

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 avatar May 11 '21 09:05 surister

@juliansteenbakker Good one I think.

SalahAdDin avatar May 31 '21 12:05 SalahAdDin