Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.21 KB

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