spotube/lib/extensions
Kingkor Roy Tirtho 6673e5a8a8
feat: improved caching based on riverpod (#1343)
* feat: add riverpod based favorite album provider

* feat: add album is saved, new releases and tracks providers

* feat: add artist related providers

* feat: add all categories providers

* feat: add lyrics provider

* feat: add playlist related providers

* feat: add search provider

* feat: add view and spotify friends provider

* feat: add playlist create and update and favorite handlers

* feat: use providers in home screen

* chore: fix dart lint issues

* feat: use new providers for playlist and albums screen

* feat: use providers in artist page

* feat: use providers on library page

* feat: use provider for playlist and album card and heart button

* feat: use provider in search page

* feat: use providers in generate playlist

* feat: use provider in lyrics screen

* feat: use provider for create playlist

* feat: use provider in add track dialog

* feat: use providers in remaining pages and remove fl_query

* fix: remove direct access to provider.value

* fix: glitching when loading

* fix: user album loading next page indicator

* feat: make many provider autoDispose after 5 minutes of no usage

* fix: ignore episodes in tracks
2024-03-20 23:38:39 +06:00
..
album_simple.dart refactor: fix caching isn't working with spotify 0.12 2023-09-26 20:22:05 +06:00
artist_simple.dart feat: rename files to snake_case and reorganize folder structure 2022-12-08 11:43:31 +06:00
color.dart feat(artist): modularize page and add wikipedia section 2023-11-22 20:23:12 +06:00
constrains.dart feat(artist): modularize page and add wikipedia section 2023-11-22 20:23:12 +06:00
context.dart feat: setup localization (l10n) and language switcher, add sidebar and navbar locale 2023-04-29 00:13:37 +06:00
duration.dart fix: keyboard shortcuts changing route but not update sidebar 2023-09-26 18:47:37 +06:00
list.dart feat: improve and unify the logging framework (#738) 2023-09-30 18:20:45 +06:00
map.dart fix(playbutton_card): play and add to queue needs 2 clicks work 2023-03-02 13:20:07 +06:00
page.dart fix(playbutton_card): play and add to queue needs 2 clicks work 2023-03-02 13:20:07 +06:00
string.dart chore: fix getting started screen theme and bump version and generate changelogs 2024-03-08 19:50:57 +06:00
theme.dart feat: rename files to snake_case and reorganize folder structure 2022-12-08 11:43:31 +06:00
track.dart fix: 0:00 media duration in queue after application restart #782 2023-10-29 20:19:03 +06:00