adventure_list icon indicating copy to clipboard operation
adventure_list copied to clipboard

Distribute on F-Droid

Open RasheedAZ opened this issue 1 year ago • 2 comments

Hi. Thanks for making this beautiful app.

Would it be possible to submit it to F-Droid for inclusion?

RasheedAZ avatar Nov 06 '24 08:11 RasheedAZ

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:

Merrit avatar Nov 06 '24 12:11 Merrit

Reference

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:
      - [email protected]
    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

Merrit avatar Nov 06 '24 12:11 Merrit