feat(library): show a trailing fade on the filter chips row

Extend ScrollEdgeFade with a horizontal axis and wrap the All/Albums/
Singles/Playlists chips so a right-edge fade signals the row scrolls
when chips overflow the screen.
This commit is contained in:
zarzet
2026-07-27 02:34:13 +07:00
parent ef3e019a3a
commit 3b901461f6
3 changed files with 73 additions and 52 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class AppInfo {
static String get displayVersion => kDebugMode ? 'Internal' : version;
static const String appName = 'SpotiFLAC Mobile';
static const String copyright = '© 2026 SpotiFLAC';
static const String copyright = '© 2026 Zarz Eleutherius';
static const String mobileAuthor = 'zarzet';
static const String originalAuthor = 'afkarxyz';