From 1f65060ad6a085194f0748e1abcdd8dbf6d1549a Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:33:10 +0530 Subject: [PATCH] add dependency on tuple pkg --- pubspec.lock | 7 +++++++ pubspec.yaml | 1 + 2 files changed, 8 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index d16eef2e7..1e3f323f5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1152,6 +1152,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.8.0" + tuple: + dependency: "direct main" + description: + name: tuple + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index af358bf50..02511ce5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -96,6 +96,7 @@ dependencies: path: thirdparty/super_logging syncfusion_flutter_core: ^19.2.49 syncfusion_flutter_sliders: ^19.2.49 + tuple: ^2.0.0 uni_links: ^0.5.1 url_launcher: ^6.0.3 uuid: ^3.0.4