flutter_mailer 0.5.0-dev.7
flutter_mailer: ^0.5.0-dev.7 copied to clipboard
Share an email to device Email - Client supports multiple Attachments
5.0.0 #
- [Android] Compatibility with Flutters Android Embedding V2
- [Android] expose
isAppInstalledjava method to dart - use this when passing a custom app schema. - [IOS] expose
MFMailComposeViewController canSendMailmethod - default mail app availablity.
0.4.2 #
- [Androind] return
sendfuture when app is returned to.
0.4.1+2 #
- fix typo in ios
UNAVAILABLEreturn
0.4.1+1 #
- replace androidx appcompat with core dependency for simpler classpath
0.4.1 #
- return platform error if no mail app available in ios
0.4.0+1 #
- Set Android
compileSdkVersionto 28 in order to prevent build errors with AndroidX.
0.4.0 #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
0.3.1 #
- ios warning fixes
- fix crash when attachment has unknow mimeType
- display full file name with extention.
0.3.0 #
- android - change to use "just once/always" menu instead of choser. this is a super small change but changes the flow, hence it's not a patch.
0.2.0 #
- add
appSchemaprop toMailOptionsfor by passing choser and picking specific app. android only - add comments
- android null checks
0.1.2 #
- minor change in android
- expand example with temp file upload
0.1.1 #
- update android dependencies
0.1.0 #
- remove the need to edit
androidManifest.xmlfor file sharing
0.0.4 #
- change attachment type from
List<File>toList<String>.
0.0.3 #
- fix homepage spelling mistake in pubspec
0.0.2 #
- add initial ios support still work in progress, i'm not a ios devepoler, its the first time i wrote objective C code
0.0.1 #
- TODO: Describe initial release.