nector 1.1.0 copy "nector: ^1.1.0" to clipboard
nector: ^1.1.0 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 Dart:

 $ dart pub add nector

With Flutter:

 $ flutter pub add nector

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

dependencies:
  nector: ^1.1.0

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:nector/nector.dart';
7
likes
0
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

License

unknown (license)

Dependencies

dio, flutter, plugin_platform_interface, rxdart

More

Packages that depend on nector

Packages that implement nector