From 19709e296aec10d2cd24f904a87243216a454d5f Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 4 Dec 2023 23:16:08 +0200 Subject: Added auth to signup page + some UI refactoring --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index 47fa101..dab24ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,6 +36,9 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 intl: ^0.18.1 + firebase_core: ^2.24.0 + firebase_auth: ^4.15.0 + fluttertoast: ^8.2.4 dev_dependencies: flutter_test: -- cgit v1.2.3