k_debug_tools 1.0.3 copy "k_debug_tools: ^1.0.3" to clipboard
k_debug_tools: ^1.0.3 copied to clipboard

KDebugTools is a powerful library for debugging Flutter applications.

KDebugTools #

KDebugTools is a powerful library for debugging Flutter applications

Chinese

Overview

Overview

You can access these features via WebBrowser #

  • Check App and device information
  • File management, transfer and preview
  • Directly edit the shared preferences or database values
  • Recording or throttling network with Flutter HttpClient
  • Fetch logs of application
  • View attributes of Flutter Widget
  • Controlling the Flutter navigator
  • Directly edit the device clipboard
  • Cast and record device screen (Android only)

All these features work without rooting your device or USB connection #

Usage #

Import the package #

...
dependencies:
  ...
  k_debug_tools: ^1.0.0
  ...
...
copied to clipboard

Use the plugin #

See the example directory for a complete sample app using KDebugTools.

You should be able to use package:k_debug_tools almost as normal.

First of all, you must init the plugin with code like this:

...
  Debugger.instance.init(
      autoStartWebServer: true,
      autoStartHttpHook: true);
...
copied to clipboard

Show floating button #

...
  Debugger.instance.showDebugger(context);
...
copied to clipboard

Show debugger panel #

...
  Debugger.instance.showDebuggerDialog(context);
...
copied to clipboard

Warning #

Web tools of this project uses Google Analytics to anonymously report feature usage statistics. This data is used to help improve this project over time.

6
likes
30
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.17 - 2025.04.01

KDebugTools is a powerful library for debugging Flutter applications.

License

Apache-2.0, BSD-3-Clause (license)

Dependencies

archive, convert, crypto, device_info, flutter, http_multi_server, http_parser, http_server, intl, mime, oktoast, package_info, path, path_provider, photo_manager, shared_preferences, shelf, shelf_proxy, shelf_router, shelf_static, shelf_web_socket, sqflite, stream_channel, uri, uuid, web_socket_channel, wifi_info_flutter

More

Packages that depend on k_debug_tools