code_scout 1.3.1
code_scout: ^1.3.1 copied to clipboard
Logging and network inspection for Flutter, with a self-hosted dashboard. Search logs from every device, watch one live, or read them on the phone with no server at all.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add code_scoutThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
code_scout: ^1.3.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:code_scout/code_scout.dart';