roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
403 stars 331 forks source link

conflict with other dependencies #187

Open anthonycic opened 5 years ago

anthonycic commented 5 years ago

Hi ! I made all what you said : androidmanifest, info.plist, gradle, and i also add : android.useAndroidX=true android.enableJetifier=true

But when i use your pluggin this other dependencies, it doesn't work : flutter_webview_plugin: ^0.3.8 image_cropper: ^1.1.0 image_picker: ^0.6.1+4

My error is : `FAILURE: Build failed with an exception.

BUILD FAILED in 8s


The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app. See https://goo.gl/CP92wY for more information on the problem and how to fix it.


Finished with error: Gradle task assembleDebug failed with exit code 1`

Could you help me please ? Thanks a lot !

anthonycic commented 5 years ago

It's okay it was my bad !

I upgrade my classpath and it was okay!

sukhcha-in commented 4 years ago

@anthonycic What version have you used?