Merrit / adventure_list

Todo list that syncs to all your devices
GNU General Public License v3.0
59 stars 5 forks source link

Distribute on F-Droid #31

Open RasheedAZ opened 6 days ago

RasheedAZ commented 6 days ago

Hi. Thanks for making this beautiful app.

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

Merrit commented 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:

Merrit commented 6 days ago

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:
      - 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