Flutter Issue using jitsi_meet with stripe_payment

606 Views Asked by At

I have already using stripe_payment: ^1.0.9 When I try to use jitsi_meet: ^2.0.0 getting following issue. I think issue is 2 packages conflicting. Any Idea how to resolve it,.

R8: Program type already present: com.facebook.react.bridge.ActivityEventListener

FAILURE: Build failed with an exception.

What went wrong: Execution failed for task ':app:transformClassesAndResourcesWithR8ForRelease'. com.android.tools.r8.CompilationFailedException: Compilation failed to complete

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 3m 38s

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

I too faced the same issue Then I changed the Stripe Plugin, then everything works fine.

jitsi_meet: ^2.0.0

stripe_sdk: ^4.0.2