Skip to content

Commit 3d2aaa9

Browse files
committed
feat(sendgrid): improve package description
- Updated package description. - Added SendGrid API details. - Added dependency on dio package. - Added dependency on ht_http_client.
1 parent 8f106e6 commit 3d2aaa9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

lib/ht_email_sendgrid.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/// A Very Good Project created by Very Good CLI.
1+
/// A concrete implementation of the HtEmailClient interface that uses the
2+
/// SendGrid API to send transactional emails.
23
library;
34

45
export 'src/ht_email_sendgrid.dart';

pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
name: ht_email_sendgrid
2-
description: ...
3-
repository: https://github.com/headlines-toolkit/ht-email-client
2+
description: A concrete implementation of the HtEmailClient interface that uses the SendGrid API to send transactional emails.
3+
repository: https://github.com/headlines-toolkit/ht-email-sendgrid
44
publish_to: none
55

66
environment:
77
sdk: ^3.8.0
88

99
dependencies:
10+
dio: ^5.8.0+1
1011
ht_email_client:
1112
git:
1213
url: https://github.com/headlines-toolkit/ht-email-client.git
14+
ht_http_client:
15+
git:
16+
url: https://github.com/headlines-toolkit/ht-http-client.git
1317
ht_shared:
1418
git:
1519
url: https://github.com/headlines-toolkit/ht-shared.git

0 commit comments

Comments
 (0)