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

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';
64
likes
80
pub points
88%
popularity

Publisher

verified publisherkekland.com

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