JosephNK / flutter_kakao_login

A Flutter plugin for using the native Kakao Login SDKs on Android and iOS.
BSD 2-Clause "Simplified" License
35 stars 15 forks source link

enhanced #26 #27

Closed myriky closed 4 years ago

myriky commented 4 years ago

26 풀리퀘 버그를 수정했습니다.

카카오톡이 설치된 상태에서 activity 응답을 못 받는 것을 확인하고 수정했습니다. 카카오톡이 없는 상태에서 로그인/로그아웃 되는 부분도 확인 했습니다.

로그아웃시 플러그인 응답이 제대로 내려오지 않는 이슈는 해당 쓰레드 참조하여 수정했습니다. https://github.com/flutter/flutter/issues/34993