How can you make sure that an app does exactly what it should do without any weird unexpected surprises? Well, you test it, of course. You could test everything manually by launching the app, using it, and trying your best to make the app blow up with errors. Or you can write a bunch of […] The post Flutter Testing Guide for Beginners – Part 1: Unit Tests & Setup appeared first on Reso Coder.