flutter_logger_plus

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

flutter logger plus

Flutter Url Launcher Plus #


Custom Flutter Logger is a flexible and customizable logger package for Flutter that adds color to your logs. This package supports a range of text colors, including red, yellow, white, blue, and green, making it easy to differentiate log levels and enhance your debugging and monitoring experience.
Features #

🌈 Colorful Logs: Easily differentiate log levels with vibrant text colors.
🎨 Customizable Formatting: Customize log output to suit your preferences.
⚙️ Configurable: Fine-tune log levels and verbosity as per your needs.
📁 File Logging: Optionally save logs to a file for later analysis.
🌐 Integration: Seamlessly integrate with popular logging solutions like Firebase Crashlytics.
🌟 Beginner-Friendly: Simple and easy-to-use API for developers of all skill levels.

Installation #
To use Custom Flutter Logger in your Flutter project, follow these steps:


Add the package to your pubspec.yaml file:
dependencies:
flutter_logger_plus: ^1.0.0
copied to clipboard



Customizable logger in flutter with pure dart code, with various color options, get insights like(where the print statement is called from and get time of the log), also view/delete old logs.

Supported Devices #

Supports all Platforms

Installation #

Add the latest version of package to your pubspec.yaml (and rundart pub get):

dependencies:
flutter_logger_plus:
copied to clipboard

Import the package and use it in your Flutter App.

import 'package:flutter_logger_plus/flutter_logger_plus.dart';
copied to clipboard
Example #
logger.error();
logger.log();
logger.success();
logger.info();
logger.blue();
logger.pink();
logger.cyan();
copied to clipboard
Next Goals #

❌ More features to be added

Contributions #
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.

If you fixed a bug or implemented a feature, please send a pull request.
License #
This package is open-source and available under the MIT License.
Support #
If you have questions or need assistance, feel free to reach out to us on GitHub Discussions.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.