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

Rounded Corners

Open marchellodev opened this issue 3 years ago • 4 comments

Hey, is it possible to have custom Rounded Corners in the button?

marchellodev avatar Feb 02 '22 20:02 marchellodev

Use this

final shape =
        RoundedRectangleBorder(borderRadius: BorderRadius.circular(20));

SignInButton(
            Buttons.AppleDark,
            shape: shape,,
            onPressed: () { },
          ),

jonsamwell avatar Feb 14 '22 00:02 jonsamwell

Would be awesome to add this to the README

Hacklone avatar Apr 07 '22 08:04 Hacklone

The rounded corner doesn't look good on Google buttons, because of the rectangular logo thing on the left side Screenshot 2022-07-17 at 12 46 42 Is there a workaround for this? I think this is considered a bug?

loolooii avatar Jul 17 '22 10:07 loolooii

Oh I see this was already reported: https://github.com/ZaynJarvis/Flutter-Sign-in-Button/issues/81

loolooii avatar Jul 17 '22 10:07 loolooii