mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-26 21:02:28 +02:00
feat(logs): copy selected entries #511
This commit is contained in:
@@ -101,6 +101,10 @@ class LogEntry {
|
||||
}
|
||||
}
|
||||
|
||||
String formatLogEntries(Iterable<LogEntry> entries) {
|
||||
return entries.map((entry) => entry.toString()).join('\n');
|
||||
}
|
||||
|
||||
class LogBuffer extends ChangeNotifier {
|
||||
static final LogBuffer _instance = LogBuffer._internal();
|
||||
factory LogBuffer() => _instance;
|
||||
|
||||
Reference in New Issue
Block a user