diff --git a/README.md b/README.md index 30e892c0..a6ab6195 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ 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). +**Root** + +
@@ -51,7 +53,19 @@ Alice is an HTTP Inspector tool for Flutter which helps debugging http requests.
+**Forked** + + + + + +
+ + + +
**Supported Dart http client plugins:** @@ -73,14 +87,28 @@ Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. ✔️ Shake to open inspector ✔️ HTTP calls search +**Fork Features:** +✔️ Refresh call (No support for form data) +✔️ Generate curl Postman style (Must edit form files path before run it) + ## Install 1. Add this to your **pubspec.yaml** file: +**Root:** ```yaml dependencies: alice: ^0.2.5 ``` +**Forked:** + +```yaml +dependencies: + alice: + git: + url: https://github.com/tronghuy5555/alice.git + ref: v1.1.0 +``` 2. Install it diff --git a/media/forked/1.png b/media/forked/1.png new file mode 100644 index 00000000..5b4b80ac Binary files /dev/null and b/media/forked/1.png differ diff --git a/media/forked/2.png b/media/forked/2.png new file mode 100644 index 00000000..5496bf62 Binary files /dev/null and b/media/forked/2.png differ