File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
23library ;
34
45export 'src/ht_email_sendgrid.dart' ;
Original file line number Diff line number Diff line change 11name : 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
44publish_to : none
55
66environment :
77 sdk : ^3.8.0
88
99dependencies :
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
You can’t perform that action at this time.
0 commit comments