Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Apr 7, 2021
1 parent a94a175 commit b2ee740
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.0] - 2021-04-07
- `enough_mail_flutter` is now [null safe](https://dart.dev/null-safety/tour) #7
- support dark theme
- allow to specify `onWebViewCreated` and `onZoomed` callbacks
- fix handling of embdedded images linked via content-IDs #8

## [0.4.0] - 2021-03-10.
* Use `InAppWebview` in hybrid mode on Android so that long messages are not a problem anymore
* Zoom out of wide messages automatically
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enough_mail_flutter
description: Flutter widgets for mail apps. Licensed commercially friendly under MPL 2.0.
version: 0.4.0
description: Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.
version: 1.0.0
homepage: https://github.com/enough-software/enough_mail_flutter

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
enough_mail: #^1.0.0
enough_mail: #^1.1.0
git:
url: https://github.com/Enough-Software/enough_mail.git
# path: ../enough_mail
Expand All @@ -22,8 +22,8 @@ dependencies:
git:
url: https://github.com/Enough-Software/enough_media.git
# path: ../enough_media
flutter_inappwebview: ^5.1.0+4
url_launcher: ^6.0.2
flutter_inappwebview: ^5.3.2
url_launcher: ^6.0.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit b2ee740

Please sign in to comment.