Skip to content
/ anna Public

Analytical Network Adjustment

License

Notifications You must be signed in to change notification settings

devry12/anna

Repository files navigation

Anna(Analytical Network Adjustment) is an HTTP Inspector tool for Flutter which can debugging http requests, It catches and stores http requests and responses, which can be viewed via simple UI. It is inspired from Chuck, Chucker Alice (base code with some improvement).

Supported

Supported Dart http client plugins:

  • Dio

Features

✔️ Detailed logs for each HTTP calls (HTTP Request, HTTP Response)
✔️ Inspector UI for viewing HTTP calls
✔️ Error handling
✔️ Shake to open inspector

Getting started

TODO: Soon