watchdog 0.1.1 copy "watchdog: ^0.1.1" to clipboard
watchdog: ^0.1.1 copied to clipboard

A Flutter developer toolkit that streams HTTP requests, responses, BLoC lifecycle events, navigation, and app logs to a browser-based DevTools page in real-time.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add watchdog

With Flutter:

 $ flutter pub add watchdog

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

dependencies:
  watchdog: ^0.1.1

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:watchdog/watchdog.dart';
4
likes
0
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter developer toolkit that streams HTTP requests, responses, BLoC lifecycle events, navigation, and app logs to a browser-based DevTools page in real-time.

Repository (GitHub)
View/report issues

Topics

#devtools #debugging #logging #http-inspector #developer-tools

License

unknown (license)

Dependencies

chopper, flutter, flutter_bloc, get_it, shelf, shelf_router, shelf_web_socket, talker, talker_flutter, uuid, web_socket_channel

More

Packages that depend on watchdog