How to generate SHA1 and SHA 256 keys using cmd in Flutter
Hi Coders,
In the last part we learn How to generate sha 1 and sha 256 keys using android studio. But that was a long process So here again i am coming up with new article to teach you a simple way to generate sha 1 and sha 256 keys in flutter using cmd prompt
See Article: https://www.codemicros.com/2022/04/how-to-generate-sha1-and-sha-256-keys.html
Watch Video: https://www.youtube.com/watch?v=FAUF-PmsFn0&t=1s
And you can also watch video of this current article in YouTube
Watch in YouTube: https://youtu.be/9k-oPsSMbNQ
Step 1:
Go to your project and open terminal .
Step2:
Go to android folder of your project
just type cd android and it will automatically take you to the android folder of your project.
Step 3:
Now just type ./gradlew signingReport in cmd prompt .
and now it takes less than second to generate sha 1 and sha 256 keys for all(debug,release,profile).
Thank You