The Complete Guide To Unit Testing in Flutter

Tomic Riedel
14 min readMar 4, 2024

Testing, especially automated testing, is an essential part of professional app development.

We need to be able to constantly verify that our app is working properly when changing some code. That’s why, in this article series, we are going to talk about what testing is and why automated testing is in 99% of all cases better than manual testing. Afterward, we are going to take a look…

--

--

Tomic Riedel

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