I've created a fresh empty flutter project.
I'm getting the following error as soon as I add stripe_payment: ^1.0.5 to the pubspec.yaml file:
Error:
Gradle task assembleDebug failed with exit code 1
My environment is:
Flutter v1.9.1+hotfix.6
Android Studio version 3.5
Android SDK version 29.0.2
Gradle version 4.10.2
Any clue how to fix this?