Writing Unit Test In Flutter With Mockito
In this article, we'll be writing unit test for a simple flutter application that makes use of the random joke api. Unit test is all about writing code to verify/validate the behavior of a function, method or class. This way, with more features being...
Mar 22, 20216 min read2.4K
