[Feature]: Flutter flavors #453

Closed
opened 2026-02-04 20:33:37 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Mortein on GitHub (Nov 28, 2022).

Feature detail

Add a Development/Debug flavor to the Flutter app. Appends the non-production name to the app id (app.alextran.immich would become app.alextran.immich-dev). https://docs.flutter.dev/deployment/flavors

Allows 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

Originally created by @Mortein on GitHub (Nov 28, 2022). ### Feature detail Add a Development/Debug flavor to the Flutter app. Appends the non-production name to the app id (`app.alextran.immich` would become `app.alextran.immich-dev`). https://docs.flutter.dev/deployment/flavors Allows 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
Author
Owner

@alextran1502 commented on GitHub (Nov 28, 2022):

Love this one!

@alextran1502 commented on GitHub (Nov 28, 2022): Love this one!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#453