logs_spotter 0.1.4
logs_spotter: ^0.1.4 copied to clipboard
Spotter is an open source log engine plugin for Flutter. There allow developer to see what happen whenever or remotely debug their application
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add logs_spotterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
logs_spotter: ^0.1.4Alternatively, 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:logs_spotter/logs_spotter.dart';