How to Publish Your Flutter App on F-Droid (opens in new tab)
Publishing your open-source Flutter app on F-Droid is an incredible way to reach a privacy-conscious user base. However, bridging the gap between a local Flutter project, a GitHub Actions pipeline, and F-Droid's strict build servers can be a daunting process. In this guide, I will walk you through the exact steps to get your Flutter app packaged, signed, and published on F-Droid. (Note: This guide assumes you are hosting your code and managing releases via GitHub. Other platforms will have a ...
Read the original article