[Feature]: Flutter flavors #1635
Mortein
started this conversation in
Feature Request
Replies: 1 comment
-
Love this one! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature detail
Add a Development/Debug flavor to the Flutter app. Appends the non-production name to the app id (
app.alextran.immich
would becomeapp.alextran.immich-dev
). https://docs.flutter.dev/deployment/flavorsAllows more than one version of the app to be installed at the same time, such as the production version and a development version, as they no longer share the same application ID. I know this works well on Android, not sure about iOS sorry.
Not sure if there's a Test/Beta version as well, but that could be a third flavor.
To make it easier to tell them apart, use a different icon for each. Maybe the standard Immich logo, but with progressively fewer coloured petals from each layer (Production->Test->Development/Debug).
Platform
Mobile App
Beta Was this translation helpful? Give feedback.
All reactions