this post was submitted on 21 Feb 2024
60 points (98.4% liked)
Open Source
31200 readers
160 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I literally just finished doing the same thing for my own foss app (and I also used Flutter). Right now I'm waiting for my production review. To get people added to your closed test, you have to either collect a list of email address, or create a google group they can join. If you use a google group, that will be a bit easier for testers to join since people can click the group link, and then the test link, instead of waiting for you to add their email.
If you can't initially get all the testers you need, I would recommend making a post on the AndroidClosedTesting reddit; I found them really helpful to get the last few testers I needed.
Thanks, this seems a much less painful solution.