DEV Community

Discussion on: Signing and Compiling Flutter APK

Collapse
 
shadabumer profile image
Shadab Umer • Edited

After running command: flutter build apk,

which will be the signed apk, app.apk or app-release.apk ?

reference image: dev-to-uploads.s3.amazonaws.com/up...

Collapse
 
evellior profile image
Peyton Foley • Edited

They're likely the same, hash them (PowerShell: Get-FileHash * Bourne Shell: sha256sum *) to check.

Source: stackoverflow.com/questions/652918...

Collapse
 
gikwegbu profile image
George Ikwegbu Chinedu

Hi @shadab, sorry for the late response, the 'app-release.apk', is the one you need