flutter_logger_plus 2.0.1 copy "flutter_logger_plus: ^2.0.1" to clipboard
flutter_logger_plus: ^2.0.1 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.

Flutter Url Launcher Plus #

  • 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 #

  • Android
  • IOS

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  flutter_logger_plus:
  1. Import the package and use it in your Flutter App.
import 'package:flutter_logger_plus/flutter_logger_plus.dart';

Example #

  logger.error();
  logger.log();
  logger.success();
  logger.info();
  logger.blue();
  logger.pink();
  logger.cyan();
  logger.clearLogs();
  logger.showLogs();
  /// [showLogs] ~
  logger.showLogs();
  /// [clearLogs] ~
  logger.clearLogs();

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.

4
likes
130
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, stack_trace

More

Packages that depend on flutter_logger_plus