chucker_flutter 1.3.0 copy "chucker_flutter: ^1.3.0" to clipboard
chucker_flutter: ^1.3.0 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.3.0

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';
91
likes
0
pub points
96%
popularity

Publisher

verified publishersyedmurtaza.site

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

chopper, dio, flutter, flutter_localizations, http, http_mock_adapter, share_plus, shared_preferences

More

Packages that depend on chucker_flutter