Skip to content

Commit b2ee740

Browse files
committed
release v1.0.0
1 parent a94a175 commit b2ee740

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
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

2828
dev_dependencies:
2929
flutter_test:

0 commit comments

Comments
 (0)