Last updated:
0 purchases
flutter paper trail
flutter_paper_trail #
Send logs to Papertrail
Usage #
Setup:
import 'package:flutter_paper_trail/flutter_paper_trail.dart';
FlutterPaperTrail.initLogger(
hostName: "secret.papertrailapp.com",
programName: "flutter-test-app",
port: 9999,
machineName: "Simulator(iPhone8)");
//for machine name use Flutter DeviceInfoPlugin
copied to clipboard
Calling:
FlutterPaperTrail.logError("My message");
copied to clipboard
Extra setup (when a user is logged in):
FlutterPaperTrail.setUserId("JohnDeer391");
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.