http_profile 0.1.0 copy "http_profile: ^0.1.0" to clipboard
http_profile: ^0.1.0 copied to clipboard

A library used by HTTP client authors to integrate with the DevTools Network View.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_profile

With Flutter:

 $ flutter pub add http_profile

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

dependencies:
  http_profile: ^0.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:http_profile/http_profile.dart';
3
likes
150
pub points
59%
popularity

Publisher

verified publishertools.dart.dev

A library used by HTTP client authors to integrate with the DevTools Network View.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on http_profile