I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I don't know how to do that, I saw some posts that indicate to run a command, but there I need a jks file I guess, and flutter doesn't create that.
Could someone help me?
Check this Authenticating Your Client | Google APIs for Android
To get the debug certificate fingerprint:
for Mac or Linux
for Windows
The default password for the debug keystore is android.
The keytool then prints the fingerprint to the terminal.
This is the easiest way-
Open Android Studio
Open Project
Reveal android folder
Right click gradlew file and select Open in Terminal -