sm_logger 0.0.10 copy "sm_logger: ^0.0.10" to clipboard
sm_logger: ^0.0.10 copied to clipboard

A Flutter logging tool that supports printing logs to the console, writing to files, printing error information, collecting crash information, etc.

sm_logger #

English 简体中文

A simple logger for flutter app.

Features #

  • Support printing logs to the console
  • Support printing error messages to the console
  • Support writing logs to a file
  • Support collecting crash information

Installing #

Depend on it

Run this command:

With Dart:

dart pub add sm_logger

With Flutter:

flutter pub add sm_logger

Or add the dependency to your pubspec.yaml file and run dart pub get:

dependencies:
  sm_logger: ^0.0.1
3
likes
140
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter logging tool that supports printing logs to the console, writing to files, printing error information, collecting crash information, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

logger

More

Packages that depend on sm_logger