Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add kakao auth button #65

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

KKimj
Copy link
Contributor

@KKimj KKimj commented Jul 29, 2024

implement

#62

@KKimj KKimj changed the title @kkimj/add-kakao-auth-button feat: Add kakao auth button Jul 29, 2024
@KKimj
Copy link
Contributor Author

KKimj commented Jul 29, 2024

image image image image

Copy link
Owner

@elbeicktalat elbeicktalat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must update doc button screenshot

All 3 screenshot are not like the final look of the button. Advise take the screenshot as last step. Need to be updated.

@override
Color? getProgressIndicatorColor() {
if (style.buttonType == AuthButtonType.secondary) return AuthColors.kakao;
return Colors.yellow[200];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if yellow[200] will be visible on kakao color sice it's also a yallow.
Use black color instead yellow since the icon and text are black.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You did not provide a screenshot example of secondary icon.
Pls add 3 more screenshots in the conversation:

  1. default -> secondary
  2. outlined -> secondary
  3. icon -> secondary

I'm not happy with this icon as secondary, but we'll see if its look fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants