Skip to content

Commit 4a64005

Browse files
committed
release v1.1.0
1 parent 8c78cc0 commit 4a64005

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.0] - 2021-04-15
2+
- To improve download speed, you can limit the included media types when downloading the message contents with the `MessageDownloader.includedInlineTypes` parameter, e.g. `return MessageDownloader(includedInlineTypes: [MediaToptype.image]);`.
3+
- Use the `fetchId` to retrieve inline message parts in links starting with `fetch://`
4+
- Do not scale plain text messages
5+
16
## [1.0.0] - 2021-04-07
27
- `enough_mail_flutter` is now [null safe](https://dart.dev/null-safety/tour) #7
38
- support dark theme

pubspec.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_mail_flutter
22
description: Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:
@@ -10,17 +10,17 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
enough_mail: #^1.1.0
14-
git:
15-
url: https://github.com/Enough-Software/enough_mail.git
13+
enough_mail: ^1.2.2
14+
# git:
15+
# url: https://github.com/Enough-Software/enough_mail.git
1616
# path: ../enough_mail
17-
enough_mail_html: #^1.0.0
18-
git:
19-
url: https://github.com/Enough-Software/enough_mail_html.git
17+
enough_mail_html: ^1.1.0
18+
# git:
19+
# url: https://github.com/Enough-Software/enough_mail_html.git
2020
# path: ../enough_mail_html
21-
enough_media: #^1.0.0
22-
git:
23-
url: https://github.com/Enough-Software/enough_media.git
21+
enough_media: ^1.0.0
22+
# git:
23+
# url: https://github.com/Enough-Software/enough_media.git
2424
# path: ../enough_media
2525
flutter_inappwebview: ^5.3.2
2626
url_launcher: ^6.0.3

0 commit comments

Comments
 (0)