TheAlphaApp / flutter_riverpod_todo_app

An elegant todo app with some advanced features.
MIT License
127 stars 24 forks source link

initial fastlane structures from IzzyOnDroid #17

Closed IzzySoft closed 4 months ago

IzzySoft commented 4 months ago

As suggested in #16 – just that I decided not to wait for your answer as you meanwhile have applied for F-Droid inclusion, and the bot complained your repo lacks … tada … Fastlane structures. So here you go with a starter package you can build on. Hopefully helpful hints:

Should you have questions, feel free to ask!

TheAlphaApp commented 4 months ago

I lack experience with fastlane. Is merging the pull request sufficient, or are there additional steps I need to take?

IzzySoft commented 4 months ago

For getting started with F-Droid and make that bot happy, you can simply merge. For keeping it up-to-date (and e.g. adding per-release changelogs etc) you can consult my linked Cheat-Sheet anytime later.

It's just the "metadata" for your app: summary, description, icon, screenshots – what should be shown in the listing for your app. If no changes are needed, you won't need to change anything. If you feel something's amiss, or screenshots must be replaced, or whatever, you can do so and it will be reflected once the next version is made available – whether at F-Droid or in my repo.

And no need for the Fastlane binaries here: F-Droid as well as my repo are just interested in the metadata themselves :wink:

TheAlphaApp commented 4 months ago

Thanks. I'll go ahead and merge this pull request now. I'll take the opportunity to learn more about it when I have more time later.