September 2019
Beginner
512 pages
12h 52m
English
Dart DevTools is defined in the documentation as follows:
This is intended to be the next version of the Observatory tools. IDEs are already integrating this suite in their internals, and it is similar to Observatory, as you can see:

As you can see, it has some tools that can help with performance analysis of Flutter applications, just like Observatory. You can enable/install it by running the following command in a terminal:
pub global activate devtools
Or, you can run the following:
flutter packages pub global activate devtools
After that, we can run the tool with this command: ...
Read now
Unlock full access