Skip to content

Commit 623d667

Browse files
authored
Merge pull request #120 from WangXiaoRi/main
fix: GraphQL 、Intl plugin compatibility
2 parents 218a910 + 301f52c commit 623d667

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/graphql_operations/storefront/queries/get_cart_by_id.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ query cart($country: CountryCode, $id: ID!, $reverse: Boolean!) @inContext(count
7474
}
7575
}
7676
}
77-
}
7877
lines(first: 250, reverse: $reverse) {
7978
edges {
8079
cursor

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
json_annotation: ^4.8.1
2929
json_serializable: ^6.7.1
3030
shared_preferences: ^2.0.20
31-
intl: ^0.20.1
31+
intl: ">=0.19.0 <0.21.2"
3232
url_launcher: ^6.1.10
3333

3434
dev_dependencies:

0 commit comments

Comments
 (0)