Generate SHA-1 In Flutter

17.09.2020 23:37

Generate SHA-1 In Flutter

You can create SHA-1 fingerprint in flutter by following the method below. Here's the way to create SHA-1.


1. First, open your project on Android Studio.

2. Right click on the gradlew file in the project directory and select open in terminal option.

3. Then we run the following code on the terminal.

gradlew signingReport

4. Your SHA-1 fingerprint has been created.