gskinnerTeam / flokk

A fresh and modern Google Contacts manager that integrates with GitHub and Twitter.
https://flokk.app
BSD 2-Clause "Simplified" License
1.46k stars 271 forks source link

Provide an AppImage #22

Open azubieta opened 4 years ago

azubieta commented 4 years ago

AppImage is a great packaging format for Linux, it allows creating a portable bundle that can be executed in almost every GNU/Linux distribution. It keeps the developer (you) in control of the libraries that are used by your app at runtime and it doesn't require anything to be installed previously in order to install your app.

I'm the developer of appimage-builder and would gladly help you making an AppImage recipe for flutter apps.