You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you have downloaded the application, you must grant it the permissions it will ask for.
48
+
After you have downloaded the app, you must grant it the permissions it will ask for.
49
49
Then you can use the app. Just paste the link to the playlist and click the search button.
50
50
51
51
If you want to download your favorite tracks, and also download playlists "only for you", you must create Spotify Service App
@@ -73,6 +73,15 @@ __After logging in, you can download your favorite tracks, as well as playlists
73
73
1. Developed on Flutter
74
74
2. When developing the application, I used a "Clean Architecture". I don't think this application is an ideal representative of this approach. But if you want, you can use it as an example project.
75
75
76
+
### Version 2.0
77
+
78
+
If you're interested in contributing to this project, there are some key tasks I'd like to get done:
79
+
80
+
-[ ] Implement logging (probably using [talker](https://github.com/Frezyx/talker))
81
+
-[ ] Implement caching for the most recently loaded pages
82
+
-[ ] Remake the system for getting tracks from SpotifyAPI (make it so that the collection is fetched in parts, prioritizing loading parts that are visible)
0 commit comments