Hello Flutter Worldwide.
Today I introduce one of the indie flutter packages.
It is name `flutter_logcat`
This package will be incredibly helpful to all of you.
If you make good use of logs, it will make development much more convenient.
In Flutter, logs are displayed in the console without any distinguishing colors.
However, by using this package, you can view messages in the console with colors that you define.
Additionally, you can configure it so that logs are hidden in debug mode, and you can also set it to display tags, file paths, and timestamps.
Usage is very simple!
Try it!
https://pub.dev/packages/flutter_logcat
'dev > flutter' 카테고리의 다른 글
[Flutter] LoadingProgressbar Widget Usage*사용법 (3) | 2024.10.10 |
---|---|
[Flutter] RadioButton*라디오버튼 (0) | 2024.09.30 |
[Dart] Random 클래스 사용 + Color (0) | 2024.09.21 |
[Dart] try ~ catch 사용법 (0) | 2024.09.20 |
[Flutter] Create Package, Plugin*패키지(라이브러리) 만들기 #Library #Package #플러그인 (9) | 2024.09.09 |