Member-only story

Flutter CI with Bitrise

Nhan Cao
7 min readFeb 6, 2021

Hi friends,

Today, I share my experience about how to distribute mobile build to a client via CI.

Why Bitrise?

I used App center, Jenkins before moving to Bitrise. App center quite slow and limit build time, I get failed with some ios build with heavy libraries (Ex: firebase set). Jenkins is good, but it requires setup on your server, it better for the company.

Bitrise seems to be a good choice for individual developers. It’s free to build Android and iOS with the Hobby tier.

Create a new Bitrise account here: https://app.bitrise.io/referral/b53accca0fe2d177

Note for getting started:

  • Please use my Flutter nft template which has config script included, after running successfully you can change yourself

Now follow my steps

--

--

No responses yet