falconer 0.3.2 copy "falconer: ^0.3.2" to clipboard
falconer: ^0.3.2 copied to clipboard

A Chucker-style HTTP inspector for the Dio client: capture, inspect, search and export requests in a native UI. Supports Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add falconer

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

dependencies:
  falconer: ^0.3.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:falconer/falconer.dart';
1
likes
150
points
37
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Chucker-style HTTP inspector for the Dio client: capture, inspect, search and export requests in a native UI. Supports Android and iOS.

Repository (GitHub)
View/report issues

Topics

#dio #http #network #debugging #devtools

License

MIT (license)

Dependencies

dio, flutter, plugin_platform_interface

More

Packages that depend on falconer

Packages that implement falconer