Skip to content

Commit 760ccb7

Browse files
dependencies updated
1 parent 3029ac6 commit 760ccb7

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

pubspec.lock

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ packages:
2525
url: "https://pub.dev"
2626
source: hosted
2727
version: "1.3.0"
28+
clipboard:
29+
dependency: "direct main"
30+
description:
31+
name: clipboard
32+
sha256: "2ec38f0e59878008ceca0ab122e4bfde98847f88ef0f83331362ba4521f565a9"
33+
url: "https://pub.dev"
34+
source: hosted
35+
version: "0.1.3"
2836
clock:
2937
dependency: transitive
3038
description:
@@ -75,6 +83,22 @@ packages:
7583
description: flutter
7684
source: sdk
7785
version: "0.0.0"
86+
http:
87+
dependency: "direct main"
88+
description:
89+
name: http
90+
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
91+
url: "https://pub.dev"
92+
source: hosted
93+
version: "1.1.2"
94+
http_parser:
95+
dependency: transitive
96+
description:
97+
name: http_parser
98+
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
99+
url: "https://pub.dev"
100+
source: hosted
101+
version: "4.0.2"
78102
lints:
79103
dependency: transitive
80104
description:
@@ -168,6 +192,14 @@ packages:
168192
url: "https://pub.dev"
169193
source: hosted
170194
version: "0.6.1"
195+
typed_data:
196+
dependency: transitive
197+
description:
198+
name: typed_data
199+
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
200+
url: "https://pub.dev"
201+
source: hosted
202+
version: "1.3.2"
171203
vector_math:
172204
dependency: transitive
173205
description:

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dependencies:
3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.
3737
cupertino_icons: ^1.0.2
38+
http: ^1.1.2
39+
clipboard: ^0.1.3
3840

3941
dev_dependencies:
4042
flutter_test:

0 commit comments

Comments
 (0)