Im creating an App LetsCheck under the Apache 2.0 license.
LetsCheck is a Checkmk client for Android, iOS, Linux, Mac OS-X and Windows written with the Flutter SDK.
I got Github Actions that far to produce linux-x86_64 and linux-arm64 binaries as well as flatpak file for x86_64.
Question : what to do to have that flatpak on Flathub and have both x86_64 and arm64 available.
Many many thanks.
P.s.: This is the most relevant commit to arm64 flutter builds on Github feat: linux-arm64 builder · jochumdev/letscheck@1102188 · GitHub
hub
February 5, 2025, 7:06pm
2
See the Flathub submission documentation Section overview | Flathub Documentation
Maybe I just need some sleep to figure that out
After reading the official documentation you might also have a look at my flatpak-flutter project. It is tooling to build for both x86_64 and arm64 on Flathub infra, which isn’t exactly straightforward for a Flutter based app.
Hi fellow Flutter developers and Flutter app publishers,
I’m the developer of Community Remote , an app built using the Flutter framework.
Over the last couple of weeks I figured out how to build a Flutter app from source while being offline, to be able to perform the full app build on Flathub infra. Recently I published an update of my app that is built from source .
To be of benefit to more Flutter developers who publish on Flathub I now generalized and automated parts of the process to come …