- Published on
Flutter flavors on iOS: dev, uat, and live with Xcode schemes
The iOS half of the Flutter flavors setup: build configurations and custom schemes in Xcode, so the dev, uat, and live builds can be installed side by side.
Blog
The iOS half of the Flutter flavors setup: build configurations and custom schemes in Xcode, so the dev, uat, and live builds can be installed side by side.
Set up dev, uat, and live flavors for a Flutter app on Android, with a separate app id and name per environment, and two ways to read the flavor from Dart: the appFlavor constant (Flutter 3.16+) or the classic method channel.