network_console 0.0.4 copy "network_console: ^0.0.4" to clipboard
network_console: ^0.0.4 copied to clipboard

A comprehensive network consoling kit for Dio and Http with unified logging and a built-in on-device UI viewer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_console

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

dependencies:
  network_console: ^0.0.4

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

Publisher

unverified uploader

Weekly Downloads

A comprehensive network consoling kit for Dio and Http with unified logging and a built-in on-device UI viewer.

Homepage

Topics

#network #debugging #logging #dio #http

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http, intl, uuid

More

Packages that depend on network_console