Flutter-intellij: unable to see the Gradle Panel for a Flutter project

Created on 4 Jan 2019  路  3Comments  路  Source: flutter/flutter-intellij

@UwaisWisitech commented on Fri Jan 04 2019

I need the SHA-1 key of my Flutter App for Google login.

Previously, its possible in Gradle Panel on executing the signingReport Gradle. But there is no Gradle Panel in Flutter.


@zoechi commented on Fri Jan 04 2019

Please check https://stackoverflow.com/questions/51845559/generate-sha-1-for-flutter-app

Most helpful comment

I think the issue here is that a regular Android project would show the Gradle panel, but that it doesn't show for a Flutter project.

@stevemessick

All 3 comments

Not sure it's the right repo for this... any flutter app will need at some point to have the SHA-1 key, why not have this under flutter itself, a flutter command to have the signingReport

I don't see why everything needs to be a flutter command.
You can already use keytool.
This issue is only about the IntelliJ/Android Studio UI that is available in an Android project but not available in a Flutter project.

I think the issue here is that a regular Android project would show the Gradle panel, but that it doesn't show for a Flutter project.

@stevemessick

Was this page helpful?
0 / 5 - 0 ratings