How to add a Flutter App to Bitrise - TUTORIAL

How to add a Flutter App to Bitrise - TUTORIAL

Jan 21, 2020

Continuous integration and delivery built for mobile: Automate iOS and Android builds, testing and deployment from your first install to the one millionth.

Free for Open Source and small teams. Plans for teams of all sizes:
Try for free today! https://www.bitrise.io/

Bitrise is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android). You can automate the testing and deployment of your apps with just a few clicks.

Bitrise offers customizable workflows and integrations with collaboration, testing and deployment tools. All builds are hosted by a virtual machine, which ensures code security.

After logging in, click on the “Add new app” button and then choose the web UI.
Choose the Bitrise account you want the app to be added to. It can be either your personal account or an organisation. I’ll add mine to my own account.
Choose a privacy type for your app: it can be either private or public. If it’s public, anyone can see your logs and configs, so be sure to use this with care! We’ll set this one to private. Select your repository from the source code provider of your choice (You can choose GitHub, Bitbucket, GitLab, or add something else manually). The test app we’re going to use is stored on Github.
When prompted to set up repository access, you can either add your own SSH key, which comes in handy if you need to setup multiple sub-repositories, or just go for the “No, auto-add SSH key” option. Choose and type the name of your branch. Pick one that includes the config of your project. My branch is called “master”. ‎

Check out other videos: How to add a Android App to Bitrise - https://youtu.be/IcW0rgfiLsw

Playlists for Flutter Users: https://www.youtube.com/playlist?list=PLbKJc0NMPDrB1qFjrc5I-Nu7DocWnZf_f

General Tutorials: https://www.youtube.com/playlist?list=PLbKJc0NMPDrDZ1EMV8Oa5lVRHmyGEfLj2

Thank you for watching! Please feel free to comment your thoughts bellow.