Skip to content

fvdf/appimage-builder-flutter-example

 
 

Repository files navigation

appimage-builder-flutter-example

This project aims to ilustrate how to pack a flutter project into an AppImage. Also, includes instructions for setting un a CI workflow using Github Actions.

Requirementes

Build

git clone https://github.com/AppImageCrafters/appimage-builder-flutter-example.git
cd appimage-builder-flutter-example

# enable flutter desktop support
flutter channel dev
flutter upgrade
flutter config --enable-linux-desktop

# build the flutter app
flutter build linux

# build the AppImage
appimage-builder --skip-test

About

Hello World flutter project pack as AppImage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 32.9%
  • Dart 26.8%
  • C++ 18.1%
  • HTML 16.5%
  • C 3.1%
  • Swift 1.8%
  • Other 0.8%