taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
46 stars 35 forks source link

flutter apk --release fails #62

Open Mmisiek opened 1 month ago

Mmisiek commented 1 month ago

Hi, I have the newest plugin version but I can't build flutter apk --release. The debug version works and Android Studio release works. The error in build in: `What went wrong: Execution failed for task ':flutter_mailer:verifyProfileResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action Android resource linking failed ERROR:/Users/michal/Development/!TRADER_VIEW/trader_view_app/build/flutter_mailer/intermediates/merged_res/profile/values/values.xml:194: AAPT: error: resource android:attr/lStar not found.`

I tried a lot of suggestions from Internet to no avail. Anyone had this issue ?

alexm122322 commented 1 month ago

Hi! Same for me...

taljacobson commented 4 weeks ago

Sorry won't be able to fix or test/publish a fix for at least a few weeks

Seems to be connected to this issue https://github.com/flutter/flutter/issues/153281

This might be a temporary work around https://github.com/flutter/flutter/issues/153281#issuecomment-2292201697

@Mmisiek @alexm122322 test and see if this works