Skip to content

Commit

Permalink
feat: updated metadata (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala authored Jun 5, 2024
1 parent 6b7f2e6 commit 95dfe3c
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```yaml
dependencies:
alice: ^1.0.0-dev1
alice: ^1.0.0-dev4
```
2. Choose adapter based on your HTTP client. **pubspec.yaml** file:
Expand Down
3 changes: 3 additions & 0 deletions packages/alice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.0-dev.4
* Updated metadata.

# 1.0.0-dev.3
* Updated links.
* Updated readme.
Expand Down
78 changes: 78 additions & 0 deletions packages/alice/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<p align="center">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/logo.png" width="250px">
</p>

# Alice

[![pub package](https://img.shields.io/pub/v/alice.svg)](https://pub.dartlang.org/packages/alice)
[![pub package](https://img.shields.io/github/license/jhomlala/alice.svg?style=flat)](https://github.com/jhomlala/alice)
[![pub package](https://img.shields.io/badge/platform-flutter-blue.svg)](https://github.com/jhomlala/alice)

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).

<table>
<tr>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/1.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/2.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/3.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/4.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/5.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/6.png">
</td>
</tr>
<tr>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/7.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/8.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/9.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/10.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/11.png">
</td>
<td>
<img width="250px" src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/12.png">
</td>
</tr>

</table>

**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/)
3 changes: 2 additions & 1 deletion packages/alice/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: alice
description: Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
version: 1.0.0-dev.2
version: 1.0.0-dev.4
#author: Jakub Homlala <[email protected]>
homepage: https://github.com/jhomlala/alice
repository: https://github.com/jhomlala/alice

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/alice_chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1

* Updated metadata.

## 1.0.0

* Created package.
4 changes: 4 additions & 0 deletions packages/alice_chopper/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Alice Chopper

## Documentation
You can find documentation [here.](https://jhomlala.github.io/alice/)
7 changes: 5 additions & 2 deletions packages/alice_chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: alice_chopper
description: "Alice + Chopper integration."
version: 1.0.0
description: "Alice + Chopper integration. It contains plugin for Alice which allows to use Chopper package."
version: 1.0.1
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice

environment:
sdk: '>=3.4.1 <4.0.0'
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.1
Expand Down
4 changes: 4 additions & 0 deletions packages/alice_dio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1

* Updated metadata.

## 1.0.0

* Created package.
4 changes: 4 additions & 0 deletions packages/alice_dio/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Alice Dio

## Documentation
You can find documentation [here.](https://jhomlala.github.io/alice/)
8 changes: 5 additions & 3 deletions packages/alice_dio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: alice_dio
description: "Alice + Dio integration."
version: 1.0.0
homepage:
description: "Alice + Dio integration. It contains plugin for Alice which allows to use Dio package."
version: 1.0.1
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice

environment:
sdk: '>=3.4.1 <4.0.0'
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.1
Expand Down
3 changes: 3 additions & 0 deletions packages/alice_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.1
* Updated metadata.

## 1.0.0

* Created package.
4 changes: 4 additions & 0 deletions packages/alice_http/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Alice Http

## Documentation
You can find documentation [here.](https://jhomlala.github.io/alice/)
8 changes: 5 additions & 3 deletions packages/alice_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: alice_http
description: "Alice + HTTP integration."
version: 1.0.0
homepage:
description: "Alice + HTTP integration. It contains plugin for Alice which allows to use http package."
version: 1.0.1
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice

environment:
sdk: '>=3.4.1 <4.0.0'
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.1
Expand Down
3 changes: 3 additions & 0 deletions packages/alice_http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.1
* Updated metadata.

## 1.0.0

* Created package.
4 changes: 4 additions & 0 deletions packages/alice_http_client/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Alice Http Client

## Documentation
You can find documentation [here.](https://jhomlala.github.io/alice/)
8 changes: 5 additions & 3 deletions packages/alice_http_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: alice_http_client
description: "Alice + HTTP Client integration."
version: 1.0.0
homepage:
description: "Alice + HTTP Client integration. It contains plugin for Alice which allows to use Http Client."
version: 1.0.1
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice

environment:
sdk: '>=3.4.1 <4.0.0'
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.1
Expand Down

0 comments on commit 95dfe3c

Please sign in to comment.