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.
What went wrong:
Execution failed for task ':app:preDebugBuild'.
Android dependency 'androidx.customview:customview' has different version for the compile (1.0.0-rc01) and runtime (1.0.0) classpath. You should manually set the same version via DependencyResolution
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
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`
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.
What went wrong: Execution failed for task ':app:preDebugBuild'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
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 !