Build and deploy a Flutter Desktop app for Linux
A hands-on guide explains how to build and package Flutter Linux Desktop apps with Bitrise so you can reach more users in browsers with the same experience as on desktop devices.
A hands-on guide explains how to build and package Flutter Linux Desktop apps with Bitrise so you can reach more users in browsers with the same experience as on desktop devices.
In November 2020, Apple released the M1 MacBook and, one year later, the M1 Pro/Max chips. Since then, we have all read and heard from other people about the crazy performance improvements. Perhaps you already read the tweet by Jameson Williams (a staff software engineer at Reddit): So we know that M1 machines are fast, but should we use them in CI/CD to speed up our pipeline? To help answer that question, we compared the M1 mini, Mac Pro, and Mac mini for iOS and macOS builds with Codemagic.
A hands-on guide explains how to build, deploy, and host Flutter Web apps on Amazon S3 so you can reach more users in browsers with the same experience as on mobile devices.
In this tutorial, you will learn how to use the Manage iOS Code Signing Step with a Flutter app to manage your code signing assets, archives, and export an.ipa.
Read our hands-on guide that explains how to build, deploy, and host Flutter Web apps on Firebase Hosting so you can reach more users in browsers with the same experience as on mobile devices.
Sharing your application with real users in real environments before your app goes live has to be one of the most exciting stages of app development. You get to release your application to targeted users to test and uncover bugs in your app — in other words, to beta test it. Speed and automation are critical factors when releasing your app to beta testers.
In this tutorial, we will learn the definitions of the different stages of production and their importance in development. We will also cover how to use different Firebase configurations in various environments. Additionally, we will learn about bloc widgets and what they do while managing our state in our Flutter application.
This article highlights three technologies that you can combine to create a super-app: Flutter, Firebase, and Codemagic. Our task is to configure Firebase for all platforms supported by the Flutter framework, utilize Firebase Remote Config to alter the appearance of our app without making these changes manually and then set up CI/CD using Codemagic to distribute our app via Firebase App Distribution. We’ll be creating a live demo of the app to demonstrate the power of these technologies.
Have you ever faced the task of implementing a REST API and had to call multiple endpoints to populate data for a single screen? You probably wished you had more control over the data returned by the endpoint so that you could fetch more data with a single endpoint call or have only the necessary data fields returned by the call. Follow along to see how you can achieve this with GraphQL. In this article, we’ll be implementing GraphQL in an existing codebase.
In this tutorial, you will learn how to use the Xcode Archive & Export for iOS step with a Flutter app to manage your code signing assets, archives and export an.ipa.