Add http dependency

This commit is contained in:
hunteraraujo
2023-08-31 14:44:03 -07:00
parent 1c862be18a
commit ac692d50e6
2 changed files with 25 additions and 1 deletions

View File

@@ -91,6 +91,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.7.0"
http:
dependency: "direct main"
description:
name: http
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
http_parser:
dependency: transitive
description:
name: http_parser
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
url: "https://pub.dev"
source: hosted
version: "4.0.2"
lints:
dependency: transitive
description:
@@ -200,6 +216,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.0"
typed_data:
dependency: transitive
description:
name: typed_data
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
url: "https://pub.dev"
source: hosted
version: "1.3.2"
vector_math:
dependency: transitive
description:

View File

@@ -33,11 +33,11 @@ dependencies:
collection: ^1.15.0
flutter_highlight: ^0.7.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
provider: ^6.0.5
http: ^1.1.0
dev_dependencies:
flutter_test: