flutter_in_app_debugger 1.0.0
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';