NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.49k stars 796 forks source link

Pixel overflow on login screen below Title #410

Open goneall opened 1 year ago

goneall commented 1 year ago

Describe the bug See screenshot below - there is a 9 pixel overflow on the login screen. This only occurs on one phone we've tested with. I can see if I can get the exact model and screen resolution if needed.

To Reproduce Steps to reproduce the behavior:

  1. Go to login screen
  2. See error

Following is the LoginTheme passed in:

theme: LoginTheme(
        titleStyle: theme.beerHikerLogoTextStyle,
      ),
final TextStyle beerHikerLogoTextStyle = const TextStyle(
    fontFamily: 'Pacifico',
    color: Colors.white,
    fontWeight: FontWeight.w300,
  );

Expected behavior No overflow

Screenshots image

Information (please complete the following information):

Additional context I can provide additional information on the phone if it is helpful.

I can also reproduce locally and provide additional debug information - just point me in the right direction.