Skip to content

Commit f8f222e

Browse files
committed
feat: release v2.1.0
1 parent 19deabf commit f8f222e

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.0] - 2023-10-05
2+
- Switch to inapp_webview 6 (beta)
3+
- Feat: support to specify own fetching method, Setting your own fetching method can be useful for downloading the message contents e.g. from disk.
4+
- Feat: MimeMessageDownloader also support setting download timeouts now.
5+
6+
17
## [2.0.0] - 2022-05-18
28
- New `preferPlainText` option to display the mime message's plain text part when available.
39
- New `enableDarkMode` option to use dark mode rendering.

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ version: 2.1.0
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:
7-
sdk: '>=2.12.0 <4.0.0'
8-
flutter: ">=2.0.0"
7+
sdk: '>=2.18.0 <4.0.0'
8+
flutter: ">=3.0.0"
99

1010
dependencies:
11-
enough_mail: ^2.0.0
12-
enough_mail_html: ^2.0.0
13-
enough_media: ^2.2.0
11+
enough_mail: ^2.1.2
12+
enough_mail_html: ^2.0.1
13+
enough_media: ^2.2.1
1414
flutter:
1515
sdk: flutter
16-
flutter_inappwebview: '^6.0.0-beta.24+1'
17-
url_launcher: ^6.1.2
16+
flutter_inappwebview: '^6.0.0-beta.25'
17+
url_launcher: ^6.1.14
1818

1919
dependency_overrides:
20-
xml: ^6.0.1
20+
# xml: ^6.0.1
2121
# out-comment the following to enable local development:
2222
# enough_mail:
2323
# path: ../enough_mail

0 commit comments

Comments
 (0)