Authentication using phone SMS [Microservice]
This Flutter application serves as a showcase of my coding proficiency, demonstrating a streamlined implementation of Phone Authentication using SMS. The code is structured with cleanliness and high quality.
You can take a look at the mini-project here: https://drive.google.com/file/d/1r2LGlE5L33xeKRh_JDP1AL6NKktQH6zf/view
you can check the APK here: https://drive.google.com/file/d/1uE7iA6COcRxJ4-zzZua7wZj2kFZGCFOs/view?usp=sharing
To run the project, follow these steps:
1- Clone the repository.
2- Execute the following commands in your terminal while respecting the specified order:
- flutter clean
- flutter pub get
- flutter pub run intl_utils:generate
- flutter packages pub run build_runner build --delete-conflicting-outputs
3- if you want to use your own firebase project you need to do the configuration with your project: the easiest way using Firebase CLI, if you have it installed run this and go with the config step by step: - flutterfire configure
4- Run the project.