flutter_ytlog 0.0.2 copy "flutter_ytlog: ^0.0.2" to clipboard
flutter_ytlog: ^0.0.2 copied to clipboard

Log Util for Flutter

A logging utility class that supports color-coded logs in the terminal and enables writing logs to a file for persistent storage.

Usage #

import 'package:flutter_ytlog/log.dart';

Log.d('TAG', 'Hello World');
Log.i('TAG', 'Hello World');
Log.w('TAG', 'Hello World');
Log.e('TAG', 'Hello World');
1
likes
0
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

Log Util for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl, path_provider

More

Packages that depend on flutter_ytlog