##Some of the basics details
- Flutter SDK Version :: 3.0.1
- Gradle version :: https\://services.gradle.org/distributions/gradle-7.4-all.zip
- get: ^4.6.5 ==> Getx is used for state management, route management , dependency injection
- firebase_database: ^9.1.0 ==> firebase database is used to store creadentials and every sort of data
- firebase_auth: ^3.6.2 ==> It will be used to verify phone numbers
Currently prepared Login / Signup screen for civilians without any textfield validation If you entered any incorrect info in login ,you will not allow to move to homepage In SignUp process , we have currently ByPASS the OTP verification, so any number will be considered verified.