flutter_flatpak_example
flutter_flatpak_example copied to clipboard
An example of how to package a Flutter application as a Flatpak for distribution on Linux, using the default counter example app.
Results
2
flutter_flatpak_example issues
Sort by
recently updated
recently updated
newest added
aarch64
7
When I look at the code, I wonder how to build an arm build of the flutter app. https://github.com/Merrit/flutter_flatpak_example/blob/b47432e2748c2b497370042340c026dfef4404c5/counter_app/build-flutter-app.sh#L26 This example seems to be only x64. Do I read that...