Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhomlala/alice
HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.
https://github.com/jhomlala/alice
dart dart-library dartlang flutter flutter-examples flutter-package flutter-plugin http inspector
Last synced: 5 days ago
JSON representation
HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.
- Host: GitHub
- URL: https://github.com/jhomlala/alice
- Owner: jhomlala
- Created: 2019-03-03T20:01:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T12:01:36.000Z (2 months ago)
- Last Synced: 2025-01-09T20:17:44.097Z (12 days ago)
- Topics: dart, dart-library, dartlang, flutter, flutter-examples, flutter-package, flutter-plugin, http, inspector
- Language: Dart
- Homepage:
- Size: 27.7 MB
- Stars: 568
- Watchers: 10
- Forks: 261
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alice
[![pub package](https://img.shields.io/pub/v/alice.svg)](https://pub.dartlang.org/packages/alice)
[![pub package](https://img.shields.io/pub/v/alice_dio.svg)](https://pub.dartlang.org/packages/alice_dio)
[![pub package](https://img.shields.io/pub/v/alice_chopper.svg)](https://pub.dartlang.org/packages/alice_chopper)
[![pub package](https://img.shields.io/pub/v/alice_http.svg)](https://pub.dartlang.org/packages/alice_http)
[![pub package](https://img.shields.io/pub/v/alice_http_client.svg)](https://pub.dartlang.org/packages/alice_http_client)
[![pub package](https://img.shields.io/pub/v/alice_objectbox.svg)](https://pub.dartlang.org/packages/alice_objectbox)
[![pub package](https://img.shields.io/badge/platform-flutter-blue.svg)](https://github.com/jhomlala/alice)
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI. It is inspired from [Chuck](https://github.com/jgilfelt/chuck) and [Chucker](https://github.com/ChuckerTeam/chucker).
**Supported Dart http client plugins:**
- Dio
- HttpClient from dart:io package
- Http from http/http package
- Chopper
- Generic HTTP client**Features:**
✔️ Detailed logs for each HTTP calls (HTTP Request, HTTP Response)
✔️ Inspector UI for viewing HTTP calls
✔️ Save HTTP calls to file
✔️ Statistics
✔️ Notification on HTTP call
✔️ Support for top used HTTP clients in Dart
✔️ Error handling
✔️ Shake to open inspector
✔️ HTTP calls search
✔️ Flutter/Android logs## Documentation
You can find documentation [here.](https://jhomlala.github.io/alice/)