Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[leancode_debug_page] Bump version, use markdown syntax for screenshots in readme, add leancode logo #323

Merged
merged 3 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading