fix: большой фикс недочетов и фикс пары язв

This commit is contained in:
Jganenok
2026-06-09 01:00:04 +07:00
parent 7245f8bfb3
commit e587ef184b
32 changed files with 590 additions and 244 deletions
+6
View File
@@ -0,0 +1,6 @@
import 'package:flutter/foundation.dart';
bool get webViewSupported {
if (kIsWeb) return true;
return defaultTargetPlatform != TargetPlatform.linux;
}