설치
Wepin Flutter Login Library를 설치하는 방법을 설명합니다.
Last updated
Was this helpful?
Wepin Flutter Login Library를 설치하는 방법을 설명합니다.
Last updated
Was this helpful?
Android: API 버전 21 이상
iOS: 버전 13.0 이상
Flutter 프로젝트의 ios/Podfile
에서 platform :ios
버전을 13.0 으로 업데이트하고, 필요에 따라 ios/Podfile
을 확인하고 수정해야 합니다.
Wepin Flutter Login Library는 에 배포되어 있으며, 아래 명령어나 앱의 pubspec.yaml
에 dependency를 추가하여 설치할 수 있습니다.
wepin_flutter_login_lib
추가OAuth 로그인 기능(loginWithOauthProvider
)을 활성화하려면 Deep Link 스킴을 설정해야 합니다.
Deep Link scheme format : wepin. + Wepin 앱 ID
Android
build.gradle (app)
파일에서 manifestPlaceholders
를 추가하여 Wepin Widget SDK가 이 커스텀 스킴을 통한 모든 리디렉션을 쉽게 캡처할 수 있도록 설정합니다.
iOS
인증 프로세스 후 앱으로 다시 리디렉션하기 위해 앱의 URL 스킴을 Info.plist
파일에 추가해야 합니다.