Skip to content

Commit f7e3cab

Browse files
committed
release v1.2.0
1 parent 0670ff1 commit f7e3cab

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.2.0] - 2021-06-13
2+
- Adapt to API changes of dependent libraries and Flutter
3+
- Restructure package
4+
- Ensure compatibility with WebKit / iOS
5+
16
## [1.1.0] - 2021-04-15
27
- 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]);`.
38
- Use the `fetchId` to retrieve inline message parts in links starting with `fetch://`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Add this dependency your pubspec.yaml file:
6262

6363
```
6464
dependencies:
65-
enough_mail_flutter: ^0.3.0
65+
enough_mail_flutter: ^1.2.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

pubspec.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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.1.0
3+
version: 1.2.0
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
8-
flutter: ">=1.17.0"
8+
flutter: ">=2.0.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
enough_mail: #^1.2.2
14-
git:
15-
url: https://github.com/Enough-Software/enough_mail.git
13+
enough_mail: ^1.3.3
14+
# git:
15+
# url: https://github.com/Enough-Software/enough_mail.git
1616
# path: ../enough_mail
17-
enough_mail_html: #^1.1.0
18-
git:
19-
url: https://github.com/Enough-Software/enough_mail_html.git
17+
enough_mail_html: ^1.3.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: ^2.0.0
22+
# git:
23+
# url: https://github.com/Enough-Software/enough_media.git
2424
# path: ../enough_media
2525
flutter_inappwebview: ^5.3.2
26-
url_launcher: ^6.0.3
26+
url_launcher: ^6.0.6
2727

2828
dev_dependencies:
2929
flutter_test:

0 commit comments

Comments
 (0)