Skip to content

tusaamf/sublime_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime_log

pub package pub points 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');

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'
  ],
);

Learn more

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors