Building Flutter apps cannot succeed without the help of various tools. During the development, we may need to use tools from Dart SDK, Flutter SDK, and IDEs. Making good use of these tools can increase your productivity. This chapter covers usage of tools from Dart SDK, Flutter SDK, Android Studio, and VS Code.
2.1 Using Dart Observatory
Problem
You want to know the internals of a running Flutter app.
Solution
Use Dart Observatory provided by Dart SDK.