flutter_email_sender icon indicating copy to clipboard operation
flutter_email_sender copied to clipboard

Send mail Failed to Android version 13

Open Shimanto9sqr opened this issue 1 year ago • 2 comments

please,Mention the SDK level in your package.

Shimanto9sqr avatar Aug 13 '23 14:08 Shimanto9sqr

Same here. I am using sdk 33: compileSdkVersion 33 targetSdkVersion 33

Trying to compile an app with Android I get the following error:

* Where:
Build file '/Users/simon/.pub-cache/hosted/pub.dev/flutter_email_sender-6.0.2/android/build.gradle' line: 29

* What went wrong:
A problem occurred evaluating project ':flutter_email_sender'.
> Could not find method namespace() for arguments [com.sidlatau.flutteremailsender] on extension 'android' of type com.android.build.gradle.LibraryExtension.

icecandy avatar Dec 05 '23 16:12 icecandy

OK upgrading my whole flutter android folder/installation seems to have fixed it. I think the minSdkVersion was probably the problem.

icecandy avatar Dec 06 '23 11:12 icecandy