feat(buscar): add discovery landing state, filter pills, counter, and sort
This commit is contained in:
@@ -458,6 +458,7 @@ class EstadoRadio extends ChangeNotifier {
|
||||
_ordenListas = switch (raw) {
|
||||
'nombre' => OrdenEmisoras.nombre,
|
||||
'calidad' => OrdenEmisoras.calidad,
|
||||
'popularidad' => OrdenEmisoras.popularidad,
|
||||
_ => OrdenEmisoras.calidad,
|
||||
};
|
||||
}
|
||||
@@ -874,6 +875,7 @@ class EstadoRadio extends ChangeNotifier {
|
||||
_ordenListas = switch (ordenRaw) {
|
||||
'nombre' => OrdenEmisoras.nombre,
|
||||
'calidad' => OrdenEmisoras.calidad,
|
||||
'popularidad' => OrdenEmisoras.popularidad,
|
||||
_ => OrdenEmisoras.calidad,
|
||||
};
|
||||
await prefs.setString(_keyOrdenListas, _ordenListas.name);
|
||||
|
||||
Reference in New Issue
Block a user