Skip to content

Commit 09b60f1

Browse files
committed
Add provider
1 parent b30a7df commit 09b60f1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

pubspec.lock

+15
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,27 @@ packages:
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111111
version: "1.8.0"
112+
nested:
113+
dependency: transitive
114+
description:
115+
name: nested
116+
url: "https://pub.dartlang.org"
117+
source: hosted
118+
version: "1.0.0"
112119
path:
113120
dependency: transitive
114121
description:
115122
name: path
116123
url: "https://pub.dartlang.org"
117124
source: hosted
118125
version: "1.8.2"
126+
provider:
127+
dependency: "direct main"
128+
description:
129+
name: provider
130+
url: "https://pub.dartlang.org"
131+
source: hosted
132+
version: "6.0.5"
119133
sky_engine:
120134
dependency: transitive
121135
description: flutter
@@ -179,3 +193,4 @@ packages:
179193
version: "2.1.2"
180194
sdks:
181195
dart: ">=2.18.4 <3.0.0"
196+
flutter: ">=1.16.0"

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies:
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
3939
dio: ^5.0.3
40+
provider: ^6.0.5
4041

4142
dev_dependencies:
4243
flutter_test:

0 commit comments

Comments
 (0)