Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle window in missing in android studio for my flutter project

The gradle window is missing in the android studio for my flutter project but it is available for my Kotlin project.

enter image description here

I have to generate the signing certificate SHA-1 to register my app in Firebase.

like image 325
esu Avatar asked May 06 '18 12:05

esu


1 Answers

Here is how you find the gradle section in Android Studio for a Flutter-Project:

  1. Open the build.gradle file in app/src/
  2. There should appear a small bar at the top of the code-editor and click Open for Editing in Android Studio

Android Studio

  1. A new window will open, showing the option for opening the gradle section in the side-panel, as expected.

This answer is giving you a quite extensive explanation for then generating the SHA1-fingerprint.

like image 129
Lucas Aschenbach Avatar answered Sep 20 '22 10:09

Lucas Aschenbach