feat(quality): harden lint rules and add quality-gate tests

This commit is contained in:
2026-06-12 00:05:06 +02:00
parent 202bef3539
commit 8a032e6e62
21 changed files with 485 additions and 140 deletions
+3 -2
View File
@@ -78,7 +78,6 @@ class ServicioTimer {
_controller.add(_tiempoRestante);
}
// if (restante <= Duration.zero) {
// _tiempoRestante = Duration.zero;
// _controller.add(_tiempoRestante);
@@ -104,7 +103,9 @@ class ServicioTimer {
if (paso >= pasos) {
_fadeTicker?.cancel();
await _audio.detener();
await _audio.setVolumen(volumenInicial); // restaurar volumen para próxima vez
await _audio.setVolumen(
volumenInicial,
); // restaurar volumen para próxima vez
}
});
}