Skip to content

Commit 5b3807c

Browse files
committed
added dependancies
1 parent f33efc4 commit 5b3807c

File tree

2 files changed

+129
-9
lines changed

2 files changed

+129
-9
lines changed

pubspec.lock

+125
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,27 @@ packages:
3636
url: "https://pub.dartlang.org"
3737
source: hosted
3838
version: "1.1.0"
39+
cloud_firestore:
40+
dependency: "direct main"
41+
description:
42+
name: cloud_firestore
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "1.0.6"
46+
cloud_firestore_platform_interface:
47+
dependency: transitive
48+
description:
49+
name: cloud_firestore_platform_interface
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "4.0.2"
53+
cloud_firestore_web:
54+
dependency: transitive
55+
description:
56+
name: cloud_firestore_web
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "1.0.6"
3960
collection:
4061
dependency: transitive
4162
description:
@@ -57,6 +78,48 @@ packages:
5778
url: "https://pub.dartlang.org"
5879
source: hosted
5980
version: "1.2.0"
81+
firebase_auth:
82+
dependency: "direct main"
83+
description:
84+
name: firebase_auth
85+
url: "https://pub.dartlang.org"
86+
source: hosted
87+
version: "1.1.1"
88+
firebase_auth_platform_interface:
89+
dependency: transitive
90+
description:
91+
name: firebase_auth_platform_interface
92+
url: "https://pub.dartlang.org"
93+
source: hosted
94+
version: "4.1.1"
95+
firebase_auth_web:
96+
dependency: transitive
97+
description:
98+
name: firebase_auth_web
99+
url: "https://pub.dartlang.org"
100+
source: hosted
101+
version: "1.0.7"
102+
firebase_core:
103+
dependency: "direct main"
104+
description:
105+
name: firebase_core
106+
url: "https://pub.dartlang.org"
107+
source: hosted
108+
version: "1.0.4"
109+
firebase_core_platform_interface:
110+
dependency: transitive
111+
description:
112+
name: firebase_core_platform_interface
113+
url: "https://pub.dartlang.org"
114+
source: hosted
115+
version: "4.0.0"
116+
firebase_core_web:
117+
dependency: transitive
118+
description:
119+
name: firebase_core_web
120+
url: "https://pub.dartlang.org"
121+
source: hosted
122+
version: "1.0.2"
60123
flutter:
61124
dependency: "direct main"
62125
description: flutter
@@ -67,6 +130,53 @@ packages:
67130
description: flutter
68131
source: sdk
69132
version: "0.0.0"
133+
flutter_web_plugins:
134+
dependency: transitive
135+
description: flutter
136+
source: sdk
137+
version: "0.0.0"
138+
google_sign_in:
139+
dependency: "direct main"
140+
description:
141+
name: google_sign_in
142+
url: "https://pub.dartlang.org"
143+
source: hosted
144+
version: "5.0.2"
145+
google_sign_in_platform_interface:
146+
dependency: transitive
147+
description:
148+
name: google_sign_in_platform_interface
149+
url: "https://pub.dartlang.org"
150+
source: hosted
151+
version: "2.0.1"
152+
google_sign_in_web:
153+
dependency: transitive
154+
description:
155+
name: google_sign_in_web
156+
url: "https://pub.dartlang.org"
157+
source: hosted
158+
version: "0.10.0"
159+
http_parser:
160+
dependency: transitive
161+
description:
162+
name: http_parser
163+
url: "https://pub.dartlang.org"
164+
source: hosted
165+
version: "4.0.0"
166+
intl:
167+
dependency: transitive
168+
description:
169+
name: intl
170+
url: "https://pub.dartlang.org"
171+
source: hosted
172+
version: "0.17.0"
173+
js:
174+
dependency: transitive
175+
description:
176+
name: js
177+
url: "https://pub.dartlang.org"
178+
source: hosted
179+
version: "0.6.3"
70180
matcher:
71181
dependency: transitive
72182
description:
@@ -88,6 +198,20 @@ packages:
88198
url: "https://pub.dartlang.org"
89199
source: hosted
90200
version: "1.8.0"
201+
plugin_platform_interface:
202+
dependency: transitive
203+
description:
204+
name: plugin_platform_interface
205+
url: "https://pub.dartlang.org"
206+
source: hosted
207+
version: "2.0.0"
208+
quiver:
209+
dependency: transitive
210+
description:
211+
name: quiver
212+
url: "https://pub.dartlang.org"
213+
source: hosted
214+
version: "3.0.1"
91215
sky_engine:
92216
dependency: transitive
93217
description: flutter
@@ -151,3 +275,4 @@ packages:
151275
version: "2.1.0"
152276
sdks:
153277
dart: ">=2.12.0 <3.0.0"
278+
flutter: ">=1.20.0"

pubspec.yaml

+4-9
Original file line numberDiff line numberDiff line change
@@ -23,38 +23,33 @@ environment:
2323
dependencies:
2424
flutter:
2525
sdk: flutter
26-
27-
28-
# The following adds the Cupertino Icons font to your application.
29-
# Use with the CupertinoIcons class for iOS style icons.
26+
cloud_firestore: ^1.0.6
3027
cupertino_icons: ^1.0.2
28+
firebase_auth: ^1.1.1
29+
firebase_core: ^1.0.4
30+
google_sign_in: ^5.0.2
3131

3232
dev_dependencies:
3333
flutter_test:
3434
sdk: flutter
3535

3636
# For information on the generic Dart part of this file, see the
3737
# following page: https://dart.dev/tools/pub/pubspec
38-
3938
# The following section is specific to Flutter.
4039
flutter:
4140

4241
# The following line ensures that the Material Icons font is
4342
# included with your application, so that you can use the icons in
4443
# the material Icons class.
4544
uses-material-design: true
46-
4745
# To add assets to your application, add an assets section, like this:
4846
# assets:
4947
# - images/a_dot_burr.jpeg
5048
# - images/a_dot_ham.jpeg
51-
5249
# An image asset can refer to one or more resolution-specific "variants", see
5350
# https://flutter.dev/assets-and-images/#resolution-aware.
54-
5551
# For details regarding adding assets from package dependencies, see
5652
# https://flutter.dev/assets-and-images/#from-packages
57-
5853
# To add custom fonts to your application, add a fonts section here,
5954
# in this "flutter" section. Each entry in this list should have a
6055
# "family" key with the font family name, and a "fonts" key with a

0 commit comments

Comments
 (0)