devtray 0.6.3 copy "devtray: ^0.6.3" to clipboard
devtray: ^0.6.3 copied to clipboard

A draggable in-app debugging overlay for Flutter: network, logs, state, storage and device inspection in a tabbed panel over your running app. Zero dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add devtray

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

dependencies:
  devtray: ^0.6.3

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:devtray/devtray.dart';
1
likes
160
points
180
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A draggable in-app debugging overlay for Flutter: network, logs, state, storage and device inspection in a tabbed panel over your running app. Zero dependencies.

Repository (GitHub)
View/report issues

Topics

#debugging #devtools #overlay #logging #network

License

MIT (license)

Dependencies

flutter

More

Packages that depend on devtray