buoy_network 0.3.1 copy "buoy_network: ^0.3.1" to clipboard
buoy_network: ^0.3.1 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 Dart:

 $ dart pub add buoy_network

With Flutter:

 $ flutter pub add buoy_network

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

dependencies:
  buoy_network: ^0.3.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:buoy_network/buoy_network.dart';
0
likes
0
points
164
downloads

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, buoy_shared_ui, dio, flutter, shared_preferences

More

Packages that depend on buoy_network