sublime_log

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sublime log

sublime_log #



Save custom log message and view in application, share to other develop.
Platform Support #



Android
iOS
MacOS
Web
Linux
Windows













Usage #
Import package:sublime_log/sublime_log.dart, and use the SublimeLog.log to log every information
you want.
Example:
import 'package:sublime_log/sublime_log.dart';

final message = 'Log message';
SublimeLog.log(message: message, tag: 'Label');
copied to clipboard
To view all the logs or share it to other.
import 'package:sublime_log/sublime_log.dart';

SublimeLog.showLogsPreview(
context,
quotes: [
'First quote',
'Second quote'
],
);
copied to clipboard
Learn more #

API Documentation
Plugin documentation website

License

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

Files In This Product:

Customer Reviews

There are no reviews.