LocalMaterialNotes icon indicating copy to clipboard operation
LocalMaterialNotes copied to clipboard

Add to F-Droid

Open maelchiotti opened this issue 1 year ago • 5 comments

Waiting for the request for packaging: https://gitlab.com/fdroid/rfp/-/issues/2781

maelchiotti avatar May 26 '24 18:05 maelchiotti

For Fastlane, see #87 (F-Droid's issuebot already complained it's missing – and I bet the next one complaining will be either licaon or linsui :wink:

PS: once merged, it will be used by IzzyOnDroid as well.

IzzySoft avatar Jun 11 '24 21:06 IzzySoft

@maelchiotti is there a way to determine the version of flutter used by the release build so the F-Droid can use the exact same version?

offa avatar Jul 18 '24 16:07 offa

@offa I always use the latest stable version of Flutter. But maybe errors could happen if a new version is released in the small timeframe between my release and f-droid's build?

According to the docs, I can specify the flutter version used in my pubspec.yaml file (right now I only have the dart SDK version):

environment:
  sdk: '>=3.4.4 <4.0.0'
  flutter: ^3.22.0

I guess you could use that to extract the flutter version?

(And also, thank you very much for your time!)

maelchiotti avatar Jul 18 '24 17:07 maelchiotti

Yes, I think so! :+1:

But maybe errors could happen if a new version is released in the small timeframe between my release and f-droid's build?

The F-Droid build compares the apk to the one on Github, thus may fail if different flutter versions are used.

offa avatar Jul 18 '24 17:07 offa

Ok I see. Let me know if you need anything else 😊

maelchiotti avatar Jul 18 '24 17:07 maelchiotti