This website collects cookies to deliver better user experience
Package Flutter Linux App Into AppImage Part 1
Package Flutter Linux App Into AppImage Part 1
Flutter is one of the fastest-growing cross-platform UI frameworks with a great and powerful community which has a great part of Flutter success.
Lately, Flutter announced desktop support including Linux which got the attention of big corporates like Canonical (Publisher of Ubuntu), and lately announced that they are rebuilding Ubuntu Desktop Installer using Flutter.
Flutter official docs also have a section on how to build and package Flutter Linux app in Snap (Linux Universal Package Manager) and ship it to Snap Store. here
So it will be interesting if we tried to package Flutter Apps using another universal package manager which is AppImage.
Requirments :
Linux OS (I will use Manjaro)
Flutter with Linux config enabled ( assuming you have latest flutter stable version )