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

Dio add-on for waste_lens: detect redundant API calls, coalesce in-flight duplicate requests, and report wasted bytes via the waste_lens overlay.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add waste_lens_dio

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

dependencies:
  waste_lens_dio: ^0.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:waste_lens_dio/waste_lens_dio.dart';
0
likes
160
points
173
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dio add-on for waste_lens: detect redundant API calls, coalesce in-flight duplicate requests, and report wasted bytes via the waste_lens overlay.

Repository (GitHub)
View/report issues
Contributing

Topics

#performance #profiling #debugging #dio

License

MIT (license)

Dependencies

crypto, dio, flutter, meta, waste_lens

More

Packages that depend on waste_lens_dio