Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5956ada

Browse files
Add packages
1 parent 46d2c8d commit 5956ada

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

‎pubspec.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ packages:
4646
description: flutter
4747
source: sdk
4848
version: "0.0.0"
49+
http:
50+
dependency: "direct main"
51+
description:
52+
name: http
53+
url: "https://pub.dartlang.org"
54+
source: hosted
55+
version: "0.12.0+2"
56+
http_parser:
57+
dependency: transitive
58+
description:
59+
name: http_parser
60+
url: "https://pub.dartlang.org"
61+
source: hosted
62+
version: "3.1.3"
4963
matcher:
5064
dependency: transitive
5165
description:
@@ -74,13 +88,27 @@ packages:
7488
url: "https://pub.dartlang.org"
7589
source: hosted
7690
version: "1.8.0+1"
91+
provider:
92+
dependency: "direct main"
93+
description:
94+
name: provider
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "3.1.0"
7798
quiver:
7899
dependency: transitive
79100
description:
80101
name: quiver
81102
url: "https://pub.dartlang.org"
82103
source: hosted
83104
version: "2.0.5"
105+
shared_preferences:
106+
dependency: "direct main"
107+
description:
108+
name: shared_preferences
109+
url: "https://pub.dartlang.org"
110+
source: hosted
111+
version: "0.5.3+4"
84112
sky_engine:
85113
dependency: transitive
86114
description: flutter
@@ -144,3 +172,4 @@ packages:
144172
version: "2.0.8"
145173
sdks:
146174
dart: ">=2.2.2 <3.0.0"
175+
flutter: ">=1.5.0 <2.0.0"

‎pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ environment:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22+
http: ^0.12.0+2
23+
provider: ^3.1.0
24+
shared_preferences:
2225

2326
# The following adds the Cupertino Icons font to your application.
2427
# Use with the CupertinoIcons class for iOS style icons.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /