ApiInterceptor Library

A Dart library with Dio interceptors for logging HTTP requests and responses.

🚀 Features

  • Logs request and response details.
  • Automatically splits large logs into manageable chunks.
  • Compatible with Flutter and Dart.

📦 Installation

Add the following to your pubspec.yaml:

dependencies:
  api_interceptor: ^1.0.0

Libraries

api_interceptor