Skip to content

Commit

Permalink
[leancode_debug_page] Bump version, use markdown syntax for screensho…
Browse files Browse the repository at this point in the history
…ts in readme, add leancode logo (#323)
  • Loading branch information
gogolon authored Jul 3, 2024
1 parent 28bac1b commit d56a7c6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
36 changes: 17 additions & 19 deletions packages/leancode_debug_page/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,14 @@ A debug page that gathers HTTP requests and logger logs. Features:
- Draggable floating action button
- Device shake

<br>
<img style="display: block; margin: auto;" src="images/requests.png" alt="Requests list">
#### Requests list
![Requests list](images/requests.png)

<p style="text-align: center;">
Requests list
</p>
<br>

<img style="display: block; margin: auto;" src="images/request_details.png" alt="Request details">

<p style="text-align: center;">
Request details
</p>
<br>

<img style="display: block; margin: auto;" src="images/logs.png" alt="Logs list">

<p style="text-align: center;">
Logs list
</p>
#### Request details
![Request details](images/request_details.png)

#### Logs list
![Logs list](images/logs.png)

## Usage

Expand Down Expand Up @@ -104,3 +91,14 @@ You can configure debug page's entry points by setting ```showEntryButton``` (de
## Warning

For gathering logs from loggers, this package relies on listening to `Logger.root`. This means that changing `Logger.root.level` affects this package's behavior, and the logs are only collected from the current isolate.

---

<p style="text-align: center;">
<a href="https://leancode.co/?utm_source=readme&utm_medium=leancode_debug_page_package">
<img alt="LeanCode" src="https://leancodepublic.blob.core.windows.net/public/wide.png" width="300"/>
</a>
<p style="text-align: center;">
Built with ☕️ by <a href="https://leancode.co/?utm_source=readme&utm_medium=leancode_debug_page_package">LeanCode</a>
</p>
</p>
2 changes: 1 addition & 1 deletion packages/leancode_debug_page/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: leancode_debug_page
version: 1.0.0
version: 1.0.1
homepage: https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_debug_page
repository: https://github.com/leancodepl/flutter_corelibrary
description: >-
Expand Down

0 comments on commit d56a7c6

Please sign in to comment.