0 purchases
sm logger
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
copied to clipboard
With Flutter:
flutter pub add sm_logger
copied to clipboard
Or add the dependency to your pubspec.yaml file and run dart pub get:
dependencies:
sm_logger: ^0.0.1
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.