e_http_inspector 1.1.0 copy "e_http_inspector: ^1.1.0" to clipboard
e_http_inspector: ^1.1.0 copied to clipboard

A Flutter package that inspects http call requests, responses which made by [dio package](https://pub.dev/packages/dio). This package show notifications on each call and UI screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add e_http_inspector

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

dependencies:
  e_http_inspector: ^1.1.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:e_http_inspector/e_http_inspector.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that inspects http call requests, responses which made by [dio package](https://pub.dev/packages/dio). This package show notifications on each call and UI screen.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

chips_choice_null_safety, dio, eventstateprocessor, flutter, flutter_local_notifications, hive, hive_flutter, intl, path_provider, pull_to_refresh

More

Packages that depend on e_http_inspector