From c3e9338208cd233fc18b4fd4cf9d3088766024c8 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Fri, 28 Apr 2023 20:01:45 +0700 Subject: [PATCH] Required lib --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index bb78cf0..c4794f3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -345,7 +345,7 @@ packages: source: hosted version: "3.2.1" http_parser: - dependency: transitive + dependency: "direct main" description: name: http_parser sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" diff --git a/pubspec.yaml b/pubspec.yaml index 62182bc..a33775e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,6 +30,7 @@ dependencies: git: url: https://glab.nuark.xyz/nuark/tuuli_api.git ref: master + http_parser: ^4.0.2 dev_dependencies: flutter_test: