Testing #
Testing all functionality in any app manually each time you make a small change is tedious. Not testing enough puts your users at risk.
In This chapter you’ll learn how to write automated tests for Flutter.
First an introduction to writing tests for Flutter apps.