Skip to content

Commit 1b5c8e0

Browse files
committed
release v0.3.0
1 parent da286ab commit 1b5c8e0

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.3.0] - 2021-02-02.
2+
* Generate HTML asynchronously.
3+
* Catch any problems during downloading and signal them to the widget owner with the `onDownloadError` handler.
4+
* Use `enough_media` package to render media.
5+
* Fix problem when `setState()` was called after the widget was not mounted anymore.
6+
17
## [0.2.1] - 2021-01-11.
28
* Download messages only once.
39
* Show an image message directly and not in HTML browser.

pubspec.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_mail_flutter
22
description: Flutter widgets for mail apps. Licensed commercially friendly under MPL 2.0.
3-
version: 0.2.1
3+
version: 0.3.0
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:
@@ -10,19 +10,19 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
enough_mail: #^0.1.0
14-
git:
15-
url: https://github.com/Enough-Software/enough_mail.git
13+
enough_mail: ^0.2.0
14+
# git:
15+
# url: https://github.com/Enough-Software/enough_mail.git
1616
# path: ../enough_mail
17-
enough_mail_html: #^0.2.1
18-
git:
19-
url: https://github.com/Enough-Software/enough_mail_html.git
17+
enough_mail_html: ^0.3.0
18+
# git:
19+
# url: https://github.com/Enough-Software/enough_mail_html.git
2020
# path: ../enough_mail_html
21-
webview_flutter: ^1.0.7
22-
enough_media: #^0.1.0
23-
git:
24-
url: https://github.com/Enough-Software/enough_media.git
21+
enough_media: ^0.2.0
22+
# git:
23+
# url: https://github.com/Enough-Software/enough_media.git
2524
# path: ../enough_media
25+
webview_flutter: ^1.0.7
2626
url_launcher: ^5.7.10
2727

2828

0 commit comments

Comments
 (0)