8000 Add font_awesome_flutter and google_sign_in plugin · CoderJava/Flutter-News-App@3bd6c92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bd6c92

Browse files
committed
Add font_awesome_flutter and google_sign_in plugin
1 parent d32a3e9 commit 3bd6c92

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

pubspec.lock

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,13 @@ packages:
434434
description: flutter
435435
source: sdk
436436
version: "0.0.0"
437+
font_awesome_flutter:
438+
dependency: "direct main"
439+
description:
440+
name: font_awesome_flutter
441+
url: "https://pub.dartlang.org"
442+
source: hosted
443+
version: "10.1.0"
437444
frontend_server_client:
438445
dependency: transitive
439446
description:
@@ -455,6 +462,41 @@ packages:
455462
url: "https://pub.dartlang.org"
456463
source: hosted
457464
version: "2.0.2"
465+
google_sign_in:
466+
dependency: "direct main"
467+
description:
468+
name: google_sign_in
469+
url: "https://pub.dartlang.org"
470+
source: hosted
471+
version: "5.4.0"
472+
google_sign_in_android:
473+
dependency: transitive
474+
description:
475+
name: google_sign_in_android
476+
url: "https://pub.dartlang.org"
477+
source: hosted
478+
version: "6.0.1"
479+
google_sign_in_ios:
480+
dependency: transitive
481+
description:
482+
name: google_sign_in_ios
483+
url: "https://pub.dartlang.org"
484+
source: hosted
485+
version: "5.4.0"
486+
google_sign_in_platform_interface:
487+
dependency: transitive
488+
description:
489+
name: google_sign_in_platform_interface
490+
url: "https://pub.dartlang.org"
491+
source: hosted
492+
version: "2.2.0"
493+
google_sign_in_web:
494+
dependency: transitive
495+
description:
496+
name: google_sign_in_web
497+
url: "https://pub.dartlang.org"
498+
source: hosted
499+
version: "0.10.2"
458500
graphs:
459501
dependency: transitive
460502
description:
@@ -700,6 +742,13 @@ packages:
700742
url: "https://pub.dartlang.org"
701743
source: hosted
702744
version: "1.2.0"
745+
quiver:
746+
dependency: transitive
747+
description:
748+
name: quiver
749+
url: "https://pub.dartlang.org"
750+
source: hosted
751+
version: "3.1.0"
703752
shared_preferences:
704753
dependency: "direct main"
705754
description:

pubspec.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ dependencies:
7575
# Flutter plugin for Firebase auth.
7676
firebase_auth: ^3.4.1
7777

78+
# The font awesome icon pack available as Flutter icons.
79+
font_awesome_flutter: ^10.1.0
80+
81+
# Flutter plugin for Google sign in.
82+
google_sign_in: ^5.4.0
83+
7884
dev_dependencies:
7985
flutter_test:
8086
sdk: flutter
@@ -108,6 +114,7 @@ flutter:
108114
# - images/a_dot_ham.jpeg
109115
assets:
110116
- assets/svg/
117+
- assets/image/
111118
- assets/translations/
112119

113120
# To add custom fonts to your application, add a fonts section here,

0 commit comments

Comments
 (0)
0