Logging framework

This commit is contained in:
2025-02-27 22:58:31 +08:00
parent 1b41c847a6
commit 32bf834108
11 changed files with 173 additions and 15 deletions

3
lib/logger.dart Normal file
View File

@ -0,0 +1,3 @@
import 'package:talker/talker.dart';
final logging = Talker();