Skip to content

Commit

Permalink
Update readme v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy Pham committed Jun 15, 2022
1 parent be1d47a commit 9efad68
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

<table>
<tr>
<td>
Expand Down Expand Up @@ -51,7 +53,19 @@ Alice is an HTTP Inspector tool for Flutter which helps debugging http requests.
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/media/12.png">
</td>
</tr>
</table>

**Forked**
<table>

<tr>
<td>
<img width="250px" src="https://github.com/tronghuy5555/alice/blob/master/media/forked/1.png">
</td>
<td>
<img width="250px" src="https://github.com/tronghuy5555/alice/blob/master/media/forked/2.png">
</td>
</tr>
</table>

**Supported Dart http client plugins:**
Expand All @@ -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
Expand Down
Binary file added media/forked/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/forked/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9efad68

Please sign in to comment.