waste_lens_dio 0.1.0
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_dioThis 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.0Alternatively, 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';