fiddler_network_override 0.0.1 copy "fiddler_network_override: ^0.0.1" to clipboard
fiddler_network_override: ^0.0.1 copied to clipboard

A Flutter plugin to globally override Dart HttpClient and route HTTP traffic through a configurable proxy, enabling seamless debugging with tools like Fiddler Everywhere. Supports dynamic proxy config [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fiddler_network_override

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

dependencies:
  fiddler_network_override: ^0.0.1

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:fiddler_network_override/fiddler_network_override.dart';
1
likes
130
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to globally override Dart HttpClient and route HTTP traffic through a configurable proxy, enabling seamless debugging with tools like Fiddler Everywhere. Supports dynamic proxy configuration via SharedPreferences or external JSON files with an easy-to-use UI for testers.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, shared_preferences, web

More

Packages that depend on fiddler_network_override