ispect_layout 5.0.0-dev15 copy "ispect_layout: ^5.0.0-dev15" to clipboard
ispect_layout: ^5.0.0-dev15 copied to clipboard

Visual layout inspector for Flutter — inspect sizes, paddings, decorations, transforms, text styles, and compare widgets side-by-side at runtime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ispect_layout

With Flutter:

 $ flutter pub add ispect_layout

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

dependencies:
  ispect_layout: ^5.0.0-dev15

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

Import it

Now in your Dart code, you can use:

import 'package:ispect_layout/ispect_layout.dart';
3
likes
0
points
1.24k
downloads

Publisher

unverified uploader

Weekly Downloads

Visual layout inspector for Flutter — inspect sizes, paddings, decorations, transforms, text styles, and compare widgets side-by-side at runtime.

Repository (GitHub)
View/report issues

Topics

#inspector #ispect #debug #layout #widget-inspector

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ispect_layout