refactor: asset grid

This commit is contained in:
shenlong-tanwen
2024-09-14 22:29:51 +05:30
parent 53974e7276
commit 6fce1ebb79
23 changed files with 796 additions and 113 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class LogManager {
List<LogMessage> _msgBuffer = [];
Timer? _timer;
late StreamSubscription<LogRecord> _subscription;
late final StreamSubscription<LogRecord> _subscription;
void _onLogRecord(LogRecord record) {
// Only print in development