Skip to content

Commit 0634a76

Browse files
committed
build(dependencies): add equatable dependency and update git sources
- Add equatable as a direct dependency in pubspec.yaml - Update equatable version in pubspec.lock - Set equatable dependency type to "direct main" in pubspec.lock ```
1 parent 4c8a09c commit 0634a76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ packages:
249249
source: git
250250
version: "1.0.1"
251251
equatable:
252-
dependency: transitive
252+
dependency: "direct main"
253253
description:
254254
name: equatable
255255
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies:
4040
git:
4141
url: https://github.com/flutter-news-app-full-source-code/email-sendgrid.git
4242
ref: v1.0.1
43+
equatable: ^2.0.7
4344
http_client:
4445
git:
4546
url: https://github.com/flutter-news-app-full-source-code/http-client.git

0 commit comments

Comments
 (0)