flutter_ytlog 0.0.3
flutter_ytlog: ^0.0.3 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');