0 purchases
flutter in app debugger
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
copied to clipboard
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}
copied to clipboard
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';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.