feat: i18n (en/tr), zoom orijinal cozunurluk + max 20x + gaplessPlayback, app id com.softmediadesign.imajviewer, CI analyze+test
Some checks failed
Build & Release / build-linux (push) Has been cancelled
Build & Release / build-windows (push) Has been cancelled
Build & Release / create-release (push) Has been cancelled

This commit is contained in:
Alhan
2026-08-07 00:16:48 +03:00
parent b9e433d032
commit 504d84f6f6
19 changed files with 408 additions and 48 deletions

View File

@@ -1,3 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:imajviewer/app.dart';
@@ -9,7 +10,7 @@ void main() {
// Pump pending timers (Future.delayed in initState + polling)
await tester.pump(const Duration(milliseconds: 500));
// Should show drag-drop hint text
expect(find.textContaining('sürükleyin'), findsOneWidget);
// Should show drag-drop hint (Key-based, locale independent)
expect(find.byKey(const Key('dragDropHint')), findsOneWidget);
});
}