Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

a powerful library for debugging Flutter applications

License

Notifications You must be signed in to change notification settings

dchfuv/KDebugTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

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

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

Show floating button

...
 Debugger.instance.showDebugger(context);
...

Show debugger panel

...
 Debugger.instance.showDebuggerDialog(context);
...

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.

About

a powerful library for debugging Flutter applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 92.7%
  • Java 6.3%
  • Kotlin 0.3%
  • Ruby 0.3%
  • HTML 0.3%
  • Swift 0.1%

AltStyle によって変換されたページ (->オリジナル) /