Flutter-Sign-in-Button
Flutter-Sign-in-Button copied to clipboard
Sign in with Facebook is clipped for large size button.
I have not checked for all buttonTypes, but for large size Facebook button, the widths should be larger than 256.
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,
Yes I know, but since Facebook buttonType is used so frequently, it should be defaulted to 256 instead of 250.
Since this is not a bug, I am closing it.