devtray 0.6.3
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 devtrayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
devtray: ^0.6.3Alternatively, 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';