chucker_flutter 1.4.3 chucker_flutter: ^1.4.3 copied to clipboard
Chucker Flutter helps you inspect the HTTP(S) requests/responses. It stores data locally and provides a UI for inspecting network calls and sharing their content.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add chucker_flutter
With Flutter:
$ flutter pub add chucker_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
chucker_flutter: ^1.4.3
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:chucker_flutter/chucker_flutter.dart';