File tree Expand file tree Collapse file tree 2 files changed +56
-0
lines changed Expand file tree Collapse file tree 2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,13 @@ packages:
434
434
description: flutter
435
435
source: sdk
436
436
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"
437
444
frontend_server_client:
438
445
dependency: transitive
439
446
description:
@@ -455,6 +462,41 @@ packages:
455
462
url: "https://pub.dartlang.org"
456
463
source: hosted
457
464
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"
458
500
graphs:
459
501
dependency: transitive
460
502
description:
@@ -700,6 +742,13 @@ packages:
700
742
url: "https://pub.dartlang.org"
701
743
source: hosted
702
744
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"
703
752
shared_preferences:
704
753
dependency: "direct main"
705
754
description:
Original file line number Diff line number Diff line change @@ -75,6 +75,12 @@ dependencies:
75
75
# Flutter plugin for Firebase auth.
76
76
firebase_auth : ^3.4.1
77
77
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
+
78
84
dev_dependencies :
79
85
flutter_test :
80
86
sdk : flutter
@@ -108,6 +114,7 @@ flutter:
108
114
# - images/a_dot_ham.jpeg
109
115
assets :
110
116
- assets/svg/
117
+ - assets/image/
111
118
- assets/translations/
112
119
113
120
# To add custom fonts to your application, add a fonts section here,
You can’t perform that action at this time.
0 commit comments