Skip to content

Commit

Permalink
publish v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed May 18, 2022
1 parent d3d1b3e commit bc369fe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.0] - 2022-05-18
- New `preferPlainText` option to display the mime message's plain text part when available.
- New `enableDarkMode` option to use dark mode rendering.
- New `urlLauncherDelegate` option to control opening of links.
- Ensure compatibility with Flutter 3.0.


## [1.4.0] - 2021-07-31
- Register a `builder` function to overtake building for specific messages.

Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,20 @@ void onMessageDownloaded(MimeMessage mimeMessage) {
```

## Installation
Add this dependency your pubspec.yaml file:
Add this dependency your `pubspec.yaml` file:

```
dependencies:
enough_mail_flutter: ^1.3.0
enough_mail_flutter: ^2.0.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).

Note: you might need to set a dependency override for the xml package:
```
dependency_overrides:
xml: ^6.0.1
```


## Features and bugs

Expand Down
2 changes: 1 addition & 1 deletion 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.4.0
version: 2.0.0
homepage: https://github.com/enough-software/enough_mail_flutter

environment:
Expand Down

0 comments on commit bc369fe

Please sign in to comment.