flutter_papertrail_alt 0.0.3 copy "flutter_papertrail_alt: ^0.0.3" to clipboard
flutter_papertrail_alt: ^0.0.3 copied to clipboard

Elevate your app development experience with Flutter Paper Trail. Seamlessly integrate advanced logging and real-time monitoring into your Flutter project. Swiftly identify and prioritize issues with [...]

flutter_papertrail_alt #

Elevate your app development experience with Flutter Paper Trail Alt. Seamlessly integrate advanced logging and real-time monitoring into your Flutter project. Swiftly identify and prioritize issues with enhanced logging, customizable outputs, and error notifications. Utilize the power of data insights and security while simplifying the debugging process. Choose Flutter PaperTrail Alt for efficient, streamlined, and proactive app maintenance.

Usage #

Setup:

import 'package:flutter_papertrail_alt/flutter_papertrail_alt.dart';

FlutterPaperTrailAlt.initLogger(
        hostName: "secret.papertrailapp.com",
        programName: "flutter-test-app",
        port: 9999,
        machineName: "Iphone SE (3rd Gen)");
    //for machine name use Flutter DeviceInfoPlugin

Calling:

FlutterPaperTrailAlt.logError("My message");

Extra setup (when a user is logged in):

FlutterPaperTrailAlt.setUserId("user786");

MIT License #

 Copyright (c) 2023 Kuntal Sarkar
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
1
likes
150
pub points
72%
popularity

Publisher

verified publisherkuntalsarkar.in

Elevate your app development experience with Flutter Paper Trail. Seamlessly integrate advanced logging and real-time monitoring into your Flutter project. Swiftly identify and prioritize issues with enhanced logging, customizable outputs, and error notifications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_papertrail_alt