GithubHelp home page GithubHelp logo

trendingtechnology / kdebugtools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kwaiappteam/kdebugtools

0.0 1.0 0.0 8.39 MB

a powerful library for debugging Flutter applications

License: Other

Java 5.77% Kotlin 0.29% Ruby 0.28% Swift 0.05% Objective-C 0.04% Dart 93.33% HTML 0.25%

kdebugtools's Introduction

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.

kdebugtools's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.