ispect_layout 5.0.0-dev50
ispect_layout: ^5.0.0-dev50 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_layoutWith Flutter:
$ flutter pub add ispect_layoutThis 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-dev50Alternatively, 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';