The repository contains the Flutter code of how to verify a user using Email Verification Link.
- firebase_core:
- firebase_auth:
Check lib/src/auth/authPage.dart
In this page, a verification link will be sent to entered email in the initState only and using Timer(), the state of app will listen to the verification running in the background. As soon as the user clicks on the link sent on email , the app state will be updated and user will be directed to home.dart