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
copied to clipboard

With Flutter:

 $ flutter pub add http_profile
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
4
likes
140
points
58.5k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.09.16 - 2025.03.31

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

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on http_profile