GithubHelp home page GithubHelp logo

Comments (5)

hwangjundong avatar hwangjundong commented on August 18, 2024

참. 안드로이드에서만 문제가 발생합니다.

from flutter_kakao_login.

JosephNK avatar JosephNK commented on August 18, 2024

@hwangjundong

프로젝트에서

android/build.gradle 파일

allprojects {
    repositories {
        google()
        jcenter()
    }
}

to

allprojects {
    repositories {
        configurations.all {
            resolutionStrategy.eachDependency { DependencyResolveDetails details ->
                def requested = details.requested
                if (requested.group == 'com.google.android.gms') {
                    details.useVersion '12.0.1'
                }
                if (requested.group == 'com.google.firebase') {
                    details.useVersion '12.0.1'
                }
            }
        }
        google()
        jcenter()
    }
}

위와 같이 변경해서 한번 해보셔요.

from flutter_kakao_login.

hwangjundong avatar hwangjundong commented on August 18, 2024

되네요. ^^ 감사합니다.

제가 안드로이드를 잘 몰라서 그러는데 이런 에러가 발생한 이유가 뭔가요?

from flutter_kakao_login.

JosephNK avatar JosephNK commented on August 18, 2024

@hwangjundong

빈 프로젝트 생성해서...
kakao플러그인과 google_sign 플러그인을 설치하여..
테스트 해보니 안드로이드 앱이 크래쉬 발생하길래..
크래쉬 확인 해보니, gms, firebase인 듯 해서.. 구글 검색으로 찾아봤어요.
그리고 google_sign_in과 사용했을 때....

Note: /.../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_kakao_login-0.0.5/android/src/main/java/com/josephnk/flutterkakaologin/FlutterKakaoLoginPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

이 부분은 안드로이드 스튜디오에서 FlutterKakaoLoginPlugin.java 파일에 대해서..
deprecated API 체크를 해봤는데.. not found인데... 왜 경고가 나오는지 모르겠네요...
추후 해당 부분은 좀 더 확인 해바야겠어요.

from flutter_kakao_login.

hwangjundong avatar hwangjundong commented on August 18, 2024

네. 잘 배워 갑니다. ^^
감사합니다.

from flutter_kakao_login.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.