Open RasheedAZ opened 6 days ago
Hi! Thanks for the suggestion.
I took a look since it has been a while since I looked into F-Droid, and it seems they do support building Flutter apps now, so it should be possible. :tada:
A working Flutter config to reference can be found here: https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.nikhiljha.lobstersapp.yml
Reproduced here in case something happens to it:
Categories:
- Internet
License: MIT
WebSite: https://gitlab.com/nikhiljha/lobsters-app
SourceCode: https://gitlab.com/nikhiljha/lobsters-app/tree/HEAD
IssueTracker: https://gitlab.com/nikhiljha/lobsters-app/issues
Name: Lobsters App
Description: |-
This is an app for <a href="https://lobste.rs/">lobste.rs</a> and its sister sites.
Contributions are welcome.
RepoType: git
Repo: https://gitlab.com/nikhiljha/lobsters-app.git
Builds:
- versionName: 0.0.3
versionCode: 3
commit: v0.0.3
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- flutter@v0.8.2
rm:
- ios
prebuild: $$flutter$$/bin/flutter pub get
build: $$flutter$$/bin/flutter build apk --flavor fdroid
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.0.3
CurrentVersionCode: 3
Hi. Thanks for making this beautiful app.
Would it be possible to submit it to F-Droid for inclusion?