Right click on android directory, you should then see an option of Flutter > Open for editing in Android Studio, open it.
Having opened the module in AS, look for Gradle on right hand side in navigation menu, navigate to signingReport and double click on it, you have your SHA1 in terminal.
Right click on
android
directory, you should then see an option ofFlutter > Open for editing in Android Studio
, open it.Having opened the module in AS, look for
Gradle
on right hand side in navigation menu, navigate tosigningReport
and double click on it, you have yourSHA1
in terminal.