Part 4: Ensuring App Quality and Stability
In the final part, you will learn how to ensure your app’s quality remains high and stable as it grows and scales. We will cover the topic of automated testing, how it is done in Flutter, and how to write productive tests by leveraging the power of unit and widget testing frameworks. We will also see how static code analysis tools and Flutter DevTools help us keep our code base as clean and bug-free as possible.
This part includes the following chapters:
- Chapter 11, Unit Tests, Widget Tests, and Mocking Dependencies
- Chapter 12, Static Code Analysis and Debugging Tools