September 2019
Beginner
512 pages
12h 52m
English
Debugging is an important piece of software development. Small mistakes, strange behaviors, and complex bugs can be solved with the help of debugging. With this, we can do the following:
Flutter provides multiple tools to help with this task. As we have seen previously in Chapter 1, An Introduction to Dart, Dart contains a set of tools to help with the developer's job.
We are not evaluating a specific IDE for Flutter development and you may guess that debugging is not possible without it. However, the Dart tooling is also prepared for this.
Read now
Unlock full access