samarthagarwal / FlutterScreens

A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login screen is distorted on Pixel.

opened this issue · comments

screen shot 2018-07-23 at 12 11 00 pm

Login screen is distorted on Pixel.

This probably because the screen size is less on a Pixel. Try reducing the padding here.

It looks good now but in some devices, TextField hides behind the keyboard.

Wrap the root Container in a SingleChildScrollView.

It's working now.