inspector 1.1.4 copy "inspector: ^1.1.4" to clipboard
inspector: ^1.1.4 copied to clipboard

outdated

A Flutter package for inspecting widget size and color. Useful for quick debugging or QA testing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add inspector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  inspector: ^1.1.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:inspector/inspector.dart';
86
likes
80
points
248k
downloads

Publisher

verified publisherkekland.com

Weekly Downloads

A Flutter package for inspecting widget size and color. Useful for quick debugging or QA testing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on inspector