Skip to content

Commit

Permalink
update dependencies, release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jul 21, 2021
1 parent fd83b76 commit a21ef0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion lib/src/mime_message_downloader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
20 changes: 10 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a21ef0d

Please sign in to comment.