Skip to main content
All CollectionsKnowledge BaseAndroid
Building Android apps with Flutter modules on Bitrise
Building Android apps with Flutter modules on Bitrise
Updated over a week ago

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.

Did this answer your question?