flutter_in_app_debugger 1.0.0 copy "flutter_in_app_debugger: ^1.0.0" to clipboard
flutter_in_app_debugger: ^1.0.0 copied to clipboard

A library that supports debugging in the app or on the web via a remote server

flutter_in_app_debugger #

A library that supports debugging in the app or on the web via a remote server (in development).

Current functions:

  • Network inspector.
  • Log view

Installation Instructions #

Use this package as a library by depending on it

Run this command:

  • With Flutter:
$ flutter pub flutter_in_app_debugger

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  debug_logger: ^{lastest version}

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Lastly:

Import it like so:

import 'package:flutter_in_app_debugger/home/overlay_view.dart';
0
likes
100
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A library that supports debugging in the app or on the web via a remote server

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, flutter_json_view, flutter_svg, fluttertoast, intl

More

Packages that depend on flutter_in_app_debugger

Packages that implement flutter_in_app_debugger