overhauled file viewer with video, audio, text, and SVG support, added media player and line-numbered text views, and fixed search controller recursion

This commit is contained in:
2026-05-10 00:33:09 +02:00
parent c50a850ac9
commit 1ff57b29f9
3 changed files with 710 additions and 153 deletions
@@ -33,7 +33,7 @@ class FilesSearchController extends ChangeNotifier {
/// on a disposed `ChangeNotifier`.
void _safeNotify() {
if (_disposed) return;
_safeNotify();
notifyListeners();
}
String get query => _query;