In this article, you will see how Mux helps to handle all the complex steps of the video streaming process and how to build a video streaming app with Flutter.
Learn React Native testing. Integration testing is performed to test individual components to check how they function together. Jest is a testing framework.
CI/CD is a tool that helps to automate the tedious tasks, from building the app to deploying it into production, which makes every developer’s life a lot easier
Codemagic is the first CI/CD provider to make M1 Mac mini available for developers. What is so special about M1 Mac mini and what are the concerns to consider.
React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Read, why it should be …
Recap of everything that happened within the past year and what a year in Codemagic has looked like for our users. Please take a look at Codemagic’s top …
Second article of our 3 article-series about Android app performance. Learn how to improve performance and optimize your apps for animations and media.
SonarQube is the leading tool for continuously inspecting the Code Quality and Security of your codebase. Learn how to integrate SonarQube with Codemagic.
There is no hard-and-fast rule for designing a responsive layout in Flutter. But there are many approaches that you can follow while designing such a layout. …
Learn how to schedule and manage Google Meet events using Calendar API in Flutter. You can even send email notifications to the participants. Cool, isn't it?!
ConstraintLayout reduces a lot of the challenges of building complex layouts, as you can now design them using the GUI of Layout Editor instead of writing …
State management is a crucial aspect while working on a large scale production app. That said, every state management solution is unique and is fit for a …
Manage your application logic efficiently through Provider and Streams with Advance state management, saving you time by dividing responsibilities efficiently.
In this experiment we created the same app five times, each time with a different framework. The frameworks I used were native Android, native iOS, Flutter, …
Flutter provides a rich testing framework which allows developers to write tests at unit, functional and UI level. How to integrate Flutter tests on Codemagic …