From d56a7c6a435f0fbd7ceb3b50473170b42f25c367 Mon Sep 17 00:00:00 2001 From: Jakub Lange <31567861+gogolon@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:02:28 +0200 Subject: [PATCH] [leancode_debug_page] Bump version, use markdown syntax for screenshots in readme, add leancode logo (#323) --- packages/leancode_debug_page/README.md | 36 +++++++++++------------ packages/leancode_debug_page/pubspec.yaml | 2 +- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/packages/leancode_debug_page/README.md b/packages/leancode_debug_page/README.md index d8cc82f9..ebe958e2 100644 --- a/packages/leancode_debug_page/README.md +++ b/packages/leancode_debug_page/README.md @@ -16,27 +16,14 @@ A debug page that gathers HTTP requests and logger logs. Features: - Draggable floating action button - Device shake -
-Requests list +#### Requests list +![Requests list](images/requests.png) -

-Requests list -

-
- -Request details - -

-Request details -

-
- -Logs list - -

-Logs list -

+#### Request details +![Request details](images/request_details.png) +#### Logs list +![Logs list](images/logs.png) ## Usage @@ -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. + +--- + +

+ + LeanCode + +

+ Built with ☕️ by LeanCode +

+

diff --git a/packages/leancode_debug_page/pubspec.yaml b/packages/leancode_debug_page/pubspec.yaml index 54f77430..13b21265 100644 --- a/packages/leancode_debug_page/pubspec.yaml +++ b/packages/leancode_debug_page/pubspec.yaml @@ -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: >-