Skip to content

Commit be59640

Browse files
committed
deps: Upgrade packages to latest, namely http
This is the result of `flutter pub upgrade --major-versions`. The changelog entry is pretty small: https://pub.dev/packages/http/changelog Guess they just decided it was time to call it 1.0.
1 parent b8b7272 commit be59640

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ packages:
412412
dependency: "direct main"
413413
description:
414414
name: http
415-
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
415+
sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
416416
url: "https://pub.dev"
417417
source: hosted
418-
version: "0.13.6"
418+
version: "1.0.0"
419419
http_multi_server:
420420
dependency: transitive
421421
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
cupertino_icons: ^1.0.2
4343

4444
json_annotation: ^4.8.1
45-
http: ^0.13.5
45+
http: ^1.0.0
4646
html: ^0.15.1
4747
intl: ^0.18.0
4848
share_plus: ^7.0.0

0 commit comments

Comments
 (0)