File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.0] - 2021-04-07
2+ - ` enough_mail_flutter ` is now [ null safe] ( https://dart.dev/null-safety/tour ) #7
3+ - support dark theme
4+ - allow to specify ` onWebViewCreated ` and ` onZoomed ` callbacks
5+ - fix handling of embdedded images linked via content-IDs #8
6+
17## [ 0.4.0] - 2021-03-10.
28* Use ` InAppWebview ` in hybrid mode on Android so that long messages are not a problem anymore
39* Zoom out of wide messages automatically
Original file line number Diff line number Diff line change 11name : enough_mail_flutter
2- description : Flutter widgets for mail apps. Licensed commercially friendly under MPL 2.0.
3- version : 0.4 .0
2+ description : Widgets for email apps that use the `enough_mail` library . Licensed commercially friendly under MPL 2.0.
3+ version : 1.0 .0
44homepage : https://github.com/enough-software/enough_mail_flutter
55
66environment :
@@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- enough_mail : # ^1.0 .0
13+ enough_mail : # ^1.1 .0
1414 git :
1515 url : https://github.com/Enough-Software/enough_mail.git
1616 # path: ../enough_mail
@@ -22,8 +22,8 @@ dependencies:
2222 git :
2323 url : https://github.com/Enough-Software/enough_media.git
2424 # path: ../enough_media
25- flutter_inappwebview : ^5.1.0+4
26- url_launcher : ^6.0.2
25+ flutter_inappwebview : ^5.3.2
26+ url_launcher : ^6.0.3
2727
2828dev_dependencies :
2929 flutter_test :
You can’t perform that action at this time.
0 commit comments