nector 1.1.2 copy "nector: ^1.1.2" to clipboard
nector: ^1.1.2 copied to clipboard

A HTTP inspector tool for dio to analyse the network calls in a flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nector

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

dependencies:
  nector: ^1.1.2

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:nector/nector.dart';
7
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A HTTP inspector tool for dio to analyse the network calls in a flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, plugin_platform_interface, rxdart

More

Packages that depend on nector

Packages that implement nector