Most developers ignore tests for many reasons. Ignoring tests will always bite you in one way or another. In this workshop, we’ll first talk about the importance of testing your flutter application; then, we’ll go through different types (unit test, widget test, integration test, and golden test.) of tests and how to do them in detail.