Fluttering Dart
Fluttering Dart: Unit Testing
How to write modular, efficient and bug-free code
4 min readJan 2, 2020
--
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.