Skip to content

Commit

Permalink
feat: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Oct 5, 2023
1 parent 19deabf commit f8f222e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.0] - 2023-10-05
- Switch to inapp_webview 6 (beta)
- Feat: support to specify own fetching method, Setting your own fetching method can be useful for downloading the message contents e.g. from disk.
- Feat: MimeMessageDownloader also support setting download timeouts now.


## [2.0.0] - 2022-05-18
- New `preferPlainText` option to display the mime message's plain text part when available.
- New `enableDarkMode` option to use dark mode rendering.
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ version: 2.1.0
homepage: https://github.com/enough-software/enough_mail_flutter

environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=2.0.0"
sdk: '>=2.18.0 <4.0.0'
flutter: ">=3.0.0"

dependencies:
enough_mail: ^2.0.0
enough_mail_html: ^2.0.0
enough_media: ^2.2.0
enough_mail: ^2.1.2
enough_mail_html: ^2.0.1
enough_media: ^2.2.1
flutter:
sdk: flutter
flutter_inappwebview: '^6.0.0-beta.24+1'
url_launcher: ^6.1.2
flutter_inappwebview: '^6.0.0-beta.25'
url_launcher: ^6.1.14

dependency_overrides:
xml: ^6.0.1
# xml: ^6.0.1
# out-comment the following to enable local development:
# enough_mail:
# path: ../enough_mail
Expand Down

0 comments on commit f8f222e

Please sign in to comment.