Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.1 - 2025-10-24

- **chore**: update dependencies

## 1.0.0 - 2025-10-13

- **chore**: initial release.
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.2.0"
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
ref: "v1.3.1"
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
url: "https://github.com/flutter-news-app-full-source-code/core.git"
source: git
version: "1.2.0"
version: "1.3.1"
coverage:
dependency: transitive
description:
Expand Down Expand Up @@ -110,11 +110,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.0.0"
resolved-ref: "31faf0e429aeea519204dfdd26afdba36ea1d8dc"
ref: "v1.0.1"
resolved-ref: "2e4b468c96e60e7f899ec28c02389c5ce0b578fa"
url: "https://github.com/flutter-news-app-full-source-code/email-client.git"
source: git
version: "0.0.0"
version: "1.0.1"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -160,10 +160,10 @@ packages:
description:
path: "."
ref: "v1.0.1"
resolved-ref: ce550196f78ee2e95aa9e985759179265983689d
resolved-ref: "22a1531a279769ec472f698e9c727cd2c29a81b9"
url: "https://github.com/flutter-news-app-full-source-code/http-client.git"
source: git
version: "0.0.0"
version: "1.0.1"
http_multi_server:
dependency: transitive
description:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: email_sendgrid
description: A concrete implementation of the EmailClient interface that uses the SendGrid API to send transactional emails.
repository: https://github.com/flutter-news-app-full-source-code/email-sendgrid
publish_to: none
version: 1.0.1

environment:
sdk: ^3.9.0
Expand All @@ -10,12 +11,12 @@ dependencies:
core:
git:
url: https://github.com/flutter-news-app-full-source-code/core.git
ref: v1.2.0
ref: v1.3.1
dio: ^5.8.0+1
email_client:
git:
url: https://github.com/flutter-news-app-full-source-code/email-client.git
ref: v1.0.0
ref: v1.0.1
http_client:
git:
url: https://github.com/flutter-news-app-full-source-code/http-client.git
Expand Down