feat(ui): add generated premium assets
Build & Deploy Pluriwave / Build APK + AAB release (push) Successful in 1m17s
Build & Deploy Pluriwave / Análisis de código (push) Successful in 11s

This commit is contained in:
2026-05-20 22:15:16 +02:00
parent 2fb794a43b
commit 3be59d740c
18 changed files with 146 additions and 23 deletions
+1
View File
@@ -56,6 +56,7 @@ class PantallaFavoritos extends StatelessWidget {
scale: Tween<double>(begin: 1, end: 1.03).animate(animation),
child: child,
),
// ignore: deprecated_member_use
onReorder: (oldIndex, newIndex) async {
if (newIndex > oldIndex) newIndex--;
final emisora = favoritos[oldIndex];