interceptly 1.1.3 copy "interceptly: ^1.1.3" to clipboard
interceptly: ^1.1.3 copied to clipboard

Flutter network inspector for Dio, HTTP, and Chopper with overlay UI, replay tools, and HAR/cURL export.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:interceptly/interceptly.dart';

import 'src/example.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  final clients = ExampleClients.create();
  final appNavigatorKey = GlobalKey<NavigatorState>();

  runApp(
    InterceptlyExampleApp(clients: clients, navigatorKey: appNavigatorKey),
  );

  Interceptly.attach(navigatorKey: appNavigatorKey);
}
7
likes
160
points
135
downloads

Documentation

API reference

Publisher

verified publisherstormx.dev

Weekly Downloads

Flutter network inspector for Dio, HTTP, and Chopper with overlay UI, replay tools, and HAR/cURL export.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

chopper, dio, flutter, http, path_provider, sensors_plus, share_plus

More

Packages that depend on interceptly