Skip to content

Commit bc369fe

Browse files
committed
publish v2.0.0
1 parent d3d1b3e commit bc369fe

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.0] - 2022-05-18
2+
- New `preferPlainText` option to display the mime message's plain text part when available.
3+
- New `enableDarkMode` option to use dark mode rendering.
4+
- New `urlLauncherDelegate` option to control opening of links.
5+
- Ensure compatibility with Flutter 3.0.
6+
7+
18
## [1.4.0] - 2021-07-31
29
- Register a `builder` function to overtake building for specific messages.
310

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,20 @@ void onMessageDownloaded(MimeMessage mimeMessage) {
5858
```
5959

6060
## Installation
61-
Add this dependency your pubspec.yaml file:
61+
Add this dependency your `pubspec.yaml` file:
6262

6363
```
6464
dependencies:
65-
enough_mail_flutter: ^1.3.0
65+
enough_mail_flutter: ^2.0.0
6666
```
6767
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).
6868

69+
Note: you might need to set a dependency override for the xml package:
70+
```
71+
dependency_overrides:
72+
xml: ^6.0.1
73+
```
74+
6975

7076
## Features and bugs
7177

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4.0
3+
version: 2.0.0
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:

0 commit comments

Comments
 (0)