본문 바로가기
IT/Flutter

소셜로그인 android/ios (naver / kakao / google) in flutter

by 성준하이 2022. 1. 5.
반응형

얼마전까지 소셜 로그인 구현에 대해서 포스팅을 작성했는데 너무 순서없이 보기 힘들것 같아서 정리해둔 포스팅을 추가하였다.

 

많은 도움이 되길 바란다.

 

 

naver 로그인 구현

android

https://thenicesj.tistory.com/18

 

[sociallogin] naver login구현_android

요즘엔 회원가입 로그인 절차보다 소셜로그인에 많이 의존을 하곤 한다. 실제로 소셜 로그인으로 했을때 접속량이나 가입량, 판매량 등이 늘었다는 보고도 존재한다. 그래서 이번시간에는 flutte

thenicesj.tistory.com

ios

https://thenicesj.tistory.com/23

 

[sociallogin] naver login구현_ios

이번엔 naver login ios 구현이다. 역시 https://pub.dev/packages/flutter_naver_login flutter_naver_login | Flutter Package A Flutter plugin for using the native Naver Login SDKs on Android and iOS. pu..

thenicesj.tistory.com

 

 

kakao 로그인 구현

android

https://thenicesj.tistory.com/17

 

[sociallogin] kakao login구현_android

당연히 카카오 계정은 존재해야하며 https://pub.dev/packages/kakao_flutter_sdk kakao_flutter_sdk | Flutter Package A flutter plugin for Kakao API, which supports Kakao login, KakaoLink, User API, Kaka..

thenicesj.tistory.com

ios

https://thenicesj.tistory.com/25

 

[sociallogin] kakao login구현_ios

일단 시작하기 앞서 podfile두번째줄에 ios버전 확인! (주석 지우고 12로 셋팅해줬음) 그리고 다시 android 해줬던것 처럼 ios 도 등록하기 위해 카카오 개발 사이트를 들어가자(그리고 패키지 사이트

thenicesj.tistory.com

 

 

google로그인 구현

android

https://thenicesj.tistory.com/19

 

[sociallogin] google login구현_android

시작하기 앞서 여기 들어가서 한번 패키지를 보자 https://pub.dev/packages/google_sign_in google_sign_in | Flutter Package Flutter plugin for Google Sign-In, a secure authentication system for signing..

thenicesj.tistory.com

ios

https://thenicesj.tistory.com/24

 

[sociallogin] google login구현_ios

ios 또한 역시 gcp에서 먼저 시작을 한다. https://console.cloud.google.com/ Google Cloud Platform 하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요. accounts.google...

thenicesj.tistory.com

 

반응형

댓글