I'm trying to generate an SHA-1 for the android debug build of Flutter app so that I can use Firebase Authentication methods which require that (e.g. phone authentication dynamic links).
I have seen a number of solutions suggesting using the Gradle window in Android Studio, but this is not applicable for a Flutter project.
I understand I can do this from the command line using the java keytool
utility.
This solution is available for the Windows command line but I am using *nix (Debian Linux on a Chromebook).
Also, I do not have the full Java JDK installed.