smooth_chucker 0.0.2
smooth_chucker: ^0.0.2 copied to clipboard
An HTTP requests inspector with isolate support for better performance. Inspects HTTP(S) requests/responses in your app with Material 3 UI and advanced search capabilities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smooth_chucker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
smooth_chucker: ^0.0.2
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:smooth_chucker/smooth_chucker.dart';