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.

Rajesh Kumar
Follow me