Making your Code Testable and Writing Effective Unit Tests in Flutter: Generating Mocks and Dependency Injection
A common question that beginners often ask when starting with Open Source is: How do I understand a very large code base? A simple answer is: Understand the existing tests and write new ones. Many organizations label writing unit tests as a "good fir...
dmanika27.hashnode.dev12 min read