Add make_config.yaml to your project linux/packaging/deb directory.
make_config.yaml
linux/packaging/deb
display_name: Hello Worldpackage_name: hello-worldmaintainer: name: LiJianying email: lijy91@foxmail.comco_authors: - name: Kingkor Roy Tirtho email: krtirtho@gmail.compriority: optionalsection: x11installed_size: 6604essential: falseicon: assets/logo.png postinstall_scripts: - echo "Installed my awesome app"postuninstall_scripts: - echo "Surprised Pickachu face" keywords: - Hello - World - Test - Application generic_name: Music Application categories: - Music - Media startup_notify: true # You can also specify [metainfo](https://freedesktop.org/software/appstream/docs/chap-Quickstart.html) file# which contains metadata of the app.# metainfo: linux/packaging/myappid.appdata.xml
Run:
flutter_distributor package --platform linux --targets deb