flutter_network_inspector 0.0.8 copy "flutter_network_inspector: ^0.0.8" to clipboard
flutter_network_inspector: ^0.0.8 copied to clipboard

This package helps you to monitor networks calls done using the http package with in the app. if you are using the dart's http package and not using any third party packages, you an use this library t [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_network_inspector

With Flutter:

 $ flutter pub add flutter_network_inspector

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

dependencies:
  flutter_network_inspector: ^0.0.8

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:flutter_network_inspector/client/logger.dart';
import 'package:flutter_network_inspector/client/network_inspector_client.dart';
import 'package:flutter_network_inspector/models/inspector_result.dart';
import 'package:flutter_network_inspector/net_inspect.dart';
import 'package:flutter_network_inspector/ui/inspector_ui.dart';
import 'package:flutter_network_inspector/utils/service_utils.dart';
import 'package:flutter_network_inspector/utils/utils.dart';
17
likes
0
points
39
downloads

Publisher

verified publisherflutterthemer.blogspot.com

Weekly Downloads

This package helps you to monitor networks calls done using the http package with in the app. if you are using the dart's http package and not using any third party packages, you an use this library to track all your http requests.

Homepage

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on flutter_network_inspector