Giter VIP home page Giter VIP logo

Comments (7)

sukhcha-in avatar sukhcha-in commented on May 24, 2024 12

in App's Gradle file add:

defaultConfig {
        multiDexEnabled true
}

and

dependencies {
    implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
    implementation 'androidx.multidex:multidex:2.0.1'
}

from dart_packages.

HenriBeck avatar HenriBeck commented on May 24, 2024

@MichaelSowah the posted log doesn't show any indication that this would be caused by sign_in_with_apple .

On which version of sign_in_with_apple are you and could you please post the full log of the build?

from dart_packages.

HenriBeck avatar HenriBeck commented on May 24, 2024

I'm closing this as it seems to have nothing to do with the sign_in_with_apple plugin

from dart_packages.

bakua avatar bakua commented on May 24, 2024

Btw the clash happens when you also use the https://pub.dev/packages/google_sign_in package. This is the one that includes com.google.guava:guava dependency.

I would assume there is a bunch of devs who run into this issue. It would be nice to either use guava directly as flutter team does or to mention this #96 in readme.

from dart_packages.

HenriBeck avatar HenriBeck commented on May 24, 2024

@bakua Thanks for letting us know the exact reason and conflicting package. I can have a look next week that we can fix this hopefully in our manifest.

from dart_packages.

HenriBeck avatar HenriBeck commented on May 24, 2024

Note that we are not using guava directly; we are using androidx.browser, which has a dependency on guava.

The only "fix" I was able to find is to use 1.0.0 of androidx.browser library which doesn't have this dependency.

from dart_packages.

BerkSpar avatar BerkSpar commented on May 24, 2024

It doesn't work on flutter 2.0.5. I cannot sign-in with both Google and Apple. I tried to install androidx.browser on dependencies and it does not work.

from dart_packages.

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.