File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed
Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name : enough_mail_flutter
22description : Flutter widgets for mail apps. Licensed commercially friendly under MPL 2.0.
3- version : 0.2.1
3+ version : 0.3.0
44homepage : https://github.com/enough-software/enough_mail_flutter
55
66environment :
@@ -10,19 +10,19 @@ environment:
1010dependencies :
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
You can’t perform that action at this time.
0 commit comments