Flutter-Sign-in-Button icon indicating copy to clipboard operation
Flutter-Sign-in-Button copied to clipboard

Sign in with Facebook is clipped for large size button.

Open jokerham opened this issue 3 years ago • 2 comments

I have not checked for all buttonTypes, but for large size Facebook button, the widths should be larger than 256.

jokerham avatar Dec 13 '22 14:12 jokerham

The width value is customizable. If you are having an overflow problem, you can use it like this.

  buttonType: ButtonType.facebook,
  buttonSize: ButtonSize.large,
  width: 260,

emreesen27 avatar Dec 13 '22 17:12 emreesen27

Yes I know, but since Facebook buttonType is used so frequently, it should be defaulted to 256 instead of 250.

jokerham avatar Dec 14 '22 11:12 jokerham

Since this is not a bug, I am closing it.

emreesen27 avatar Apr 18 '24 17:04 emreesen27