diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-09 20:57:53 +0530 |
---|---|---|
committer | Anuj Solanki <anuj603362@gmail.com> | 2024-10-09 20:57:53 +0530 |
commit | 53d2b7ba70f9d6cb7033981853fb37a3028b0b5a (patch) | |
tree | d8d38ea1f75365bbf449099b7b24aa33b8593a1d | |
parent | 053ba8d80e405ca84a0e179c1551c3d440829579 (diff) |
- Made gRPC package transitive in pubspec.lock to resolve null
check error during build of flutter-voiceassistant.
Bug-AGL: SPEC-5200
Change-Id: I106fa259d7ff6ce4801372c4d61b08fbd0ef3c6f
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
-rw-r--r-- | pubspec.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pubspec.lock b/pubspec.lock index e6d11fb..307abb8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -137,7 +137,7 @@ packages: source: hosted version: "1.6.0" grpc: - dependency: "direct main" + dependency: transitive description: name: grpc sha256: "5b99b7a420937d4361ece68b798c9af8e04b5bc128a7859f2a4be87427694813" |