ZaynJarvis/Flutter-Sign-in-Button

Rounded Corners

marchellodev opened this issue · 4 comments

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

Use this

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

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

Would be awesome to add this to the README

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?

Oh I see this was already reported: #81