Fluttering Dart

Fluttering Dart: Unit Testing

How to write modular, efficient and bug-free code

Constantin Stan
4 min readJan 2, 2020

--

Photo by Louis Reed on Unsplash

Unit tests come to rescue when it comes to write performant and (almost) bug-free code.

It is not the only option for testing our code, but it is the option that allows us to test small pieces of software in isolation.

--

--