buoy_network 0.2.0 copy "buoy_network: ^0.2.0" to clipboard
buoy_network: ^0.2.0 copied to clipboard

Buoy network inspector for Flutter — captures all dart:io HTTP traffic via HttpOverrides (package:http, dio, images) with an in-app panel and live streaming to Buoy Desktop.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add buoy_network

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

dependencies:
  buoy_network: ^0.2.0

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:buoy_network/buoy_network.dart';
0
likes
150
points
184
downloads

Documentation

API reference

Publisher

verified publisherbuoy.gg

Weekly Downloads

Buoy network inspector for Flutter — captures all dart:io HTTP traffic via HttpOverrides (package:http, dio, images) with an in-app panel and live streaming to Buoy Desktop.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

buoy_core, dio, flutter, shared_preferences

More

Packages that depend on buoy_network