sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
151 stars 84 forks source link

Needs bridging header for iOS objc #49

Closed keehoo closed 1 year ago

keehoo commented 4 years ago
fatal error: 'flutter_email_sender/flutter_email_sender-Swift.h' file not found
    #import <flutter_email_sender/flutter_email_sender-Swift.h>

My Project is built with objc for other reasons. Can I use this library?

sidlatau commented 1 year ago

This should be fixed with https://github.com/sidlatau/flutter_email_sender/pull/85