The ultimate guide to testing in Flutter

Tomic Riedel
5 min readSep 5, 2022

Testing is an area in programming, that is very important, but no one really likes it. We still have to learn it, and that’s why I will show you, how to test in Flutter. We will take a look at Unit Testing, Widget Testing, and Integration Testing. In the second part of this article, we will work with mockito to write tests for more complex apps. If you don’t want to miss this part, I recommend you follow me.

--

--

Tomic Riedel

Sharing the process of building a portfolio of apps to make people more productive.