debug_deck 0.6.1 copy "debug_deck: ^0.6.1" to clipboard
debug_deck: ^0.6.1 copied to clipboard

Drop-in Flutter debug overlay: a Dio network inspector with per-request search, log & error console, FPS/jank monitor, layout grid and app-info snapshot.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add debug_deck

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

dependencies:
  debug_deck: ^0.6.1

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:debug_deck/debug_deck.dart';
51
likes
160
points
729
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Drop-in Flutter debug overlay: a Dio network inspector with per-request search, log & error console, FPS/jank monitor, layout grid and app-info snapshot.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dio, flutter

More

Packages that depend on debug_deck