feat(quality): harden lint rules and add quality-gate tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user