Gitlab CI Flutter with test reports in 15 minutes

Gitlab CI Flutter with test reports in 15 minutes

In this article, I want to show a practical example of how to set up Gitlab continuous integration for Flutter with test reports. Tests need to be run all the time to be valuable. When they fail just after you introduce an error, you will know right away that what...
Running flutter on AWS Device farm

Running flutter on AWS Device farm

I’m convinced that any time we want to build a large application we need automated testing. If we can’t run our tests automatically, we can’t scale development. The testing time will increase for each feature we add and eventually our testing cycle...