Skip to content

Commit 0a15940

Browse files
committed
Tambahkan plugin firebase_core dan firebase_auth didalam pubspec.yaml
1 parent 1eb95ec commit 0a15940

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

pubspec.lock

+61
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,48 @@ packages:
7878
url: "https://pub.dartlang.org"
7979
source: hosted
8080
version: "6.1.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.4"
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.2.2"
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.1.2"
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.1.1"
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.1"
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.3"
81123
flutter:
82124
dependency: "direct main"
83125
description: flutter
@@ -88,6 +130,11 @@ packages:
88130
description: flutter
89131
source: sdk
90132
version: "0.0.0"
133+
flutter_web_plugins:
134+
dependency: transitive
135+
description: flutter
136+
source: sdk
137+
version: "0.0.0"
91138
google_fonts:
92139
dependency: "direct main"
93140
description:
@@ -109,6 +156,20 @@ packages:
109156
url: "https://pub.dartlang.org"
110157
source: hosted
111158
version: "4.0.0"
159+
intl:
160+
dependency: transitive
161+
description:
162+
name: intl
163+
url: "https://pub.dartlang.org"
164+
source: hosted
165+
version: "0.17.0"
166+
js:
167+
dependency: transitive
168+
description:
169+
name: js
170+
url: "https://pub.dartlang.org"
171+
source: hosted
172+
version: "0.6.3"
112173
matcher:
113174
dependency: transitive
114175
description:

pubspec.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ dependencies:
2929
# Use with the CupertinoIcons class for iOS style icons.
3030
cupertino_icons: ^1.0.2
3131
google_fonts: ^2.0.0
32+
firebase_core: ^1.1.1
33+
firebase_auth: ^1.1.4
3234

3335
dev_dependencies:
3436
flutter_test:

0 commit comments

Comments
 (0)