FlutterDevTools class

A central class for managing various development tools in a Flutter application.

FlutterDevTools provides a set of methods to access different development and debugging tools. It acts as a facade, offering a simplified interface to more complex underlying functionalities.

Constructors

FlutterDevTools.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Diagnoses issues with dynamic links in the application.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openHttpLogger(BuildContext context) → void
Opens the HTTP Logger screen in the application.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited