What is the name of flutter output files in Linux?

272 Views Asked by At

I need to know the name of all destination files and folders that current version of stable flutter will create after building project on Linux(for example Ubuntu) by this command:

flutter build linux

I just need to know the name of files that are necessary to run the application on another Linux system.

1

There are 1 best solutions below

1
On

The build files are inside: /build/linux/x64/release/bundle