Mobile Development: Testing & Debugging Flutter Applications

placeholder

In real-world app development tests ensure that bugs and other issues can be found and fixed early in the development and release cycle. Flutter offers a range of testing and debugging tools that make it easy to write tests and debug Flutter applications. Through this course learn about the types of tests that can be written for Flutter applications. Explore the test types and how to choose between them. Next practice writing tests for use cases using mocks to eliminate external dependencies in code and writing widget tests to test stateless and stateful widgets. Finally discover Flutter tools for debugging and profiling apps. Upon completion youll be able to implement tests and debug a Flutter application.