refactor: optimize codebase

This commit is contained in:
cogwheel0
2025-09-23 00:58:58 +05:30
parent 7ab1ec3acf
commit 41216ea432
10 changed files with 80 additions and 494 deletions

View File

@@ -195,7 +195,7 @@ class _ConduitAppState extends ConsumerState<ConduitApp> {
data: mediaQuery.copyWith(
textScaler: mediaQuery.textScaler.clamp(
minScaleFactor: 0.8,
maxScaleFactor: 1.3,
maxScaleFactor: 2.0,
),
),
child: OfflineIndicator(child: child ?? const SizedBox.shrink()),