Get your debug signing certificate hash In the root of your Flutter app project, change directory to the android/ folder and generate a signing report: cd android ./gradlew :app:signingReport Note: In case the gradle wrapper file is not present, you can generate it by building your application for Android once by running flutter build appbundle. You'll be presented with a large list of signing k..