Issue:
If a hybrid app contains both Android and Flutter code, for example, which type should be chosen when connecting the app to Bitrise?
Possible solutions:
We recommend following Flutter's Integrate a Flutter module into your Android project guide to integrate Flutter code into an Android project. When Flutter code is embedded as a module into the project, then Bitrise will recognize it as an Android project and set up your Workflows accordingly.