Flutter Animated Login & Signup ( Google or Email/Password) & Reset Password with Firebase Authentication Bloc ( Cubit )
A Flutter project implementing animated login, signup, and password reset screens using Firebase authentication. The project also includes Google sign-in integration and utilizes various dependencies like awesome_dialog
, firebase_auth
, firebase_core
, flutter_screenutil
, font_awesome_flutter
, gap
, google_sign_in
, and rive
.
- Animated UI: Utilizes the bear headless animation for a visually appealing user interface.
- Firebase Authentication: Implements email and password authentication using Firebase.
- Google Sign-In: Allows users to sign up or log in using their Google accounts.
- Responsive Design: Uses
flutter_screenutil
for responsive UI design across various screen sizes. - Custom Dialogs: Integrates
awesome_dialog
for custom dialogs in the app.
Follow these instructions to get the project up and running on your local machine.
-
Clone the repository:
git clone https://github.com/MoazSayed7/Flutter-Animated-Auth-Screens-Firebase-Login-SignUp-Reset-SignWithGoogle.git
-
Navigate to the project directory:
cd Flutter-Animated-Auth-Screens-Firebase-Login-SignUp-Reset-SignWithGoogle
-
Install dependencies:
flutter pub get
-
Set up Firebase for your project by following the Using Firebase CLI.
-
Run the app:
flutter run