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.
- Introduction to testing
- [Unit testing]
- [Widget testing]
- [Integration testing]
- Writings tests
Then a small project where you get to practice everything you’ve learned this far.