what are DevTools in flutter?

Saurabh Khanna
Saurabh Khanna

Posted On: Mar 29, 2020

 

DevTools in Flutter are a set of tools used for performance management and debugging. With these tools, you can inspect the UI layout, diagnose the UI performance issues, perform source-level debugging, view general log & diagnostics information, and more. This tool is still in preview release but you can test the alpha version of this tool by clicking the "beaker" icon in the upper-right corner of DevTools.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flutter Interview Questions

    Explain What is Flutter?

    An open-source UI SDK, Flutter is developed by Google to develop UI for Android, iOS, Windows, Mac, and other major platforms. Initially released in May 2017, Flutter enables you to create natively co...

    Flutter Interview Questions

    Enlist some major features of Flutter?

    Some of the major features of using Flutter is, Fast Development - With the use of a rich set of fully customizable widgets, you can build native interfaces in minutes with Flutter. Expressive and ...

    Flutter Interview Questions

    List some advantages of Flutter?

    Some advantages of using Flutter are,With Flutter, you can use the same UI and Business logic on all platforms. Flutter reduces the time of building application as it applies the changes instant...