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