We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, i have 4 flavors, each flavors has a seperate main_{flavor}.dart file, so if i removed this flag FLUTTER_TARGET How can i set the correct target?
FLUTTER_TARGET
If i run the following command flutter build ios --config-only i should pass the flavor like flutter build ios --config-only --flavor uitest
flutter build ios --config-only
flutter build ios --config-only --flavor uitest
but this will make all the targets is the same target, and this wrong.
So how can i solve this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now, i have 4 flavors, each flavors has a seperate main_{flavor}.dart file, so if i removed this flag
FLUTTER_TARGET
How can i set the correct target?If i run the following command
flutter build ios --config-only
i should pass the flavor likeflutter build ios --config-only --flavor uitest
but this will make all the targets is the same target, and this wrong.
So how can i solve this problem?
The text was updated successfully, but these errors were encountered: