diff --git a/README.md b/README.md index 1307d25..6d65cf6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Add this dependency your pubspec.yaml file: ``` dependencies: - enough_mail_flutter: ^1.2.0 + enough_mail_flutter: ^1.3.0 ``` The latest version or `enough_mail_flutter` is [![enough_mail_flutter version](https://img.shields.io/pub/v/enough_mail_flutter.svg)](https://pub.dartlang.org/packages/enough_mail_flutter). diff --git a/lib/src/mime_message_downloader.dart b/lib/src/mime_message_downloader.dart index 8bdc872..e9ffd31 100644 --- a/lib/src/mime_message_downloader.dart +++ b/lib/src/mime_message_downloader.dart @@ -58,7 +58,7 @@ class MimeMessageDownloader extends StatefulWidget { this.markAsSeen = false, this.includedInlineTypes, this.onDownloaded, - @deprecated this.onDownloadError, + @Deprecated('use generic "onError" callback instead') this.onDownloadError, this.adjustHeight = true, this.blockExternalImages = false, this.emptyMessageText, diff --git a/pubspec.yaml b/pubspec.yaml index 8c914c8..b1633a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail_flutter description: Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0. -version: 1.2.0 +version: 1.3.0 homepage: https://github.com/enough-software/enough_mail_flutter environment: @@ -10,17 +10,17 @@ environment: dependencies: flutter: sdk: flutter - enough_mail: #^1.3.3 - git: - url: https://github.com/Enough-Software/enough_mail.git + enough_mail: ^1.3.6 + # git: + # url: https://github.com/Enough-Software/enough_mail.git # path: ../enough_mail - enough_mail_html: #^1.3.0 - git: - url: https://github.com/Enough-Software/enough_mail_html.git + enough_mail_html: ^1.3.0 + # git: + # url: https://github.com/Enough-Software/enough_mail_html.git # path: ../enough_mail_html - enough_media: #^2.0.0 - git: - url: https://github.com/Enough-Software/enough_media.git + enough_media: ^2.1.0 + # git: + # url: https://github.com/Enough-Software/enough_media.git # path: ../enough_media flutter_inappwebview: ^5.3.2 url_launcher: ^6.0.6