Pin Taxi Flutter
Created: 17 nov 2022
Author: Mahmoud Lotfy - Egypt
Contact: CodeCanyon Profile
Thank you for purchasing the app. If you have any questions that are beyond the scope of this help file, please feel free to message me via my user page contact form here. Thanks so much!
Table of Contents
Download and setup android studio
Latest Android Studio version is recommended, which can be downloaded from here:
http://developer.android.com/intl/es/sdk/index.html


Download and setup flutter sdk
Latest Android Studio version is recommended, which can be downloaded from here:
https://docs.flutter.dev/development/tools/sdk/releases
How to change Firebase Credentials for Phone Authentication?
You can change it easily . Here are the steps:
- Login in Firebase , create the project with required name.
- After creating project , you have to select "Android" then you have to add App Credentials
- Add "App package name" , "App name" & debug SHA-1 key
- After adding all above information , you have to download "google-service.json" file by clicking on "Download Google Serfice file:
- Copy/paste the downloaded file into root folder of project , it's path would be project name > app
Note: When you publish the app to playstore , you must have to submit publishing apk "SHA-1" & "SHA-2" keys in Firebase After publishing , go to Release Management by selecting specific app then click "App Signing" option. You would have to copy "SHA-1" , "SHA-2" keys from the "App Signing Certificate".
Go to Firebase and open project settings , you have to select "General" tab.Now you can add these keys by clicking Add Fingerprint button. Check out the last screenshots , it would clear everything





Go to Firebase and select Authentication , you have to select "Sign In Method" tab.Now you have select Phone button and press enable button. Check out the last screenshots , it would clear everything

Note : You have to follow below 2 screenshots after the publishing of app at playstore.


How to get Google Map Api key?
- Go to Google Cloud Console and Create a project
- Select APIs & Services and Select Library to enable Google Place Services
- Then,Select Credentials from APIs & Services
- Create APIs key and copy it and paste in the place inside code






How to get stripe key?
- Go to Stripe website and register account
- go to developers > api keys
- copy key
