Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to get SHA1-Key in Flutter?

In this blog I am going to explain that how to get SHA1-Key in Flutter. So, Before Create a flutter project. And, When you using https://console.firebase.google.com/ from sign in or login then require, SHA1-Key.

go to your app root directory

Ex:- /e/Flutter_project/{yourprojectname}/

go inside the android folder in your project

“cd android”

then run, after that

./gradlew signinReport”

Ex:- /e/Flutter_project/{yourprojectname}/android/./gradlew signinReport

that’s it.