logs_spotter 0.1.0-dev.1
logs_spotter: ^0.1.0-dev.1 copied to clipboard
Spotter is a 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 Dart:
$ dart pub add logs_spotterWith Flutter:
$ flutter pub add logs_spotterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
logs_spotter: ^0.1.0-dev.1Alternatively, your editor might support dart pub get or 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';