Skip to content

Commit 7b3829a

Browse files
committed
chore: update dependencies
1 parent 117ec30 commit 7b3829a

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.1] - (2024-05-22)
2+
- Remove direct MailClient usage from MimeMessageDownloader
3+
- Update dependencies
4+
15
## [2.1.0] - 2023-10-05
26
- Switch to inapp_webview 6 (beta)
37
- Feat: support to specify own fetching method, Setting your own fetching method can be useful for downloading the message contents e.g. from disk.

pubspec.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_mail_flutter
22
description: Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.
3-
version: 2.1.0
3+
version: 2.1.1
44
homepage: https://github.com/enough-software/enough_mail_flutter
55
topics:
66
- mime
@@ -13,15 +13,14 @@ environment:
1313
dependencies:
1414
enough_mail: ^2.1.2
1515
enough_mail_html: ^2.0.1
16-
enough_media: ^2.2.1
16+
enough_media: ^2.3.1
1717
flutter:
1818
sdk: flutter
19-
flutter_inappwebview: '^6.0.0'
19+
flutter_inappwebview: ^6.0.0
2020
logger: ^2.0.0
2121
url_launcher: ^6.0.0
2222

2323
dependency_overrides:
24-
http: ^1.1.0 #for dart_code_metrics
2524
# xml: ^6.0.1
2625
# out-comment the following to enable local development:
2726
# enough_mail:
@@ -40,8 +39,7 @@ dependency_overrides:
4039

4140

4241
dev_dependencies:
43-
dart_code_metrics: 5.7.6
44-
flutter_lints: ^3.0.0
42+
flutter_lints: ^4.0.0
4543
flutter_test:
4644
sdk: flutter
4745

0 commit comments

Comments
 (0)