Unit tests: You can use the flutter_test library. Cheat sheet below group((String) description, () {}) – function allows you to create a group of tests. The tests go inside the curly braces, of course. test((String) description, () {}) – inside the group body, used to run a synchronous test testWidget((String) description, () async {}) –Continue reading “Testing in Flutter”