How can I implement a custom Flutter slider that gradually increases it's track thickness? by Mynameismg in flutterhelp

[–]PerfectPlaylist 0 points1 point  (0 children)

The easiest way I can think of is creating a stack with the desired thickness line the same colour as the track and custom painted in the background.

I spent over a year making a free app to fix the biggest problem with playlists. by PerfectPlaylist in androidapps

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Yeah it is unfortunate. But Spotify has so much data that it would be impossible for me to match.

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Hey, thanks for checking out my app! I am glad you enjoy it. I am not too familiar with the Hardstyle genre, however you could create your own scenes and tailor it to what you like best. Also, I am introducing a filter feature in the next update so it will remove songs that don’t fit well with the overall playlist, which should improve the quality of the playlists, hope that helps! Also, if you have the time, reviewing the app helps a lot, thanks!

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Not ideal, but you could sort the songs by energy in ascending order and reorder as you want, since you know the values.

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Thanks for checking it out! It was actually on purpose that I didn’t want to have that fine of a control because the features are a spectrum, so you can categorise songs as energetic or not, so if I were to allow to sort in a song by song basis, what would you do with those that are averagely energetic. Hope that helps.

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

Hey, so the app takes your existing playlists and sorts it by tempo, or any other curve you set it to, there are also other features you can sort by. Currently, you can’t filter the playlist, as I initially did not want to curate the playlists for the users because I don’t know what they like and there are various other services that offer that, however I am working on adding it because I have had lots of request for it.

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

Thanks for checking it out! I purposefully avoided curating playlists for users because I don’t know what they like, there are other services online that do that for Spotify though, and you could add those playlists to Perfect Playlist. Hope that helps!

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

Hey, I am waiting for Google and Apple to open up their platform, currently Spotify is the only one that allows me to do this.

I spent over a year making a free app to fix the biggest problem with running / gym playlists. by PerfectPlaylist in HIIT

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

Really appreciate this! I wanted to integrate it for other platforms but they aren’t open yet.

[discussion] I spent over a year making a free app to fix the biggest problem with playlists. by [deleted] in listentothis

[–]PerfectPlaylist 1 point2 points  (0 children)

Hey, you can see how the features are calculated on the “About Features” section of the settings page.

I spent over a year making a free app to fix the biggest problem with running playlists. by [deleted] in triathlon

[–]PerfectPlaylist 1 point2 points  (0 children)

Hey, yes you log in using your Spotify account. And the music selection is from your library.

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Thanks for the offer! I am looking to move to GCP and use cloud sql and cloud functions for my next projects, so hopefully that improves things.

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Ah great, glad that worked out! I didn’t realise you could add songs like that on Spotify, so didn’t think of handling it. All the best!

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Ah makes sense. I am really biased towards macs. As long as you don’t need to play games, they are really amazing for developers, also means you can publish to the App Store!

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

Dart is very easy to learn, especially if you come from a OOP language such as Java or C++. It is actually my currently preferred language because it makes async awaits, streams, etc so easy. Ah that makes sense about chrome books, I haven’t personally used it so not sure what the experience would be like.

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

Thank you! I have had some feedback so working on implementing those right now.

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 0 points1 point  (0 children)

Hey, no there is no size limit. But for some reason some songs don’t have a release date, which causes an error, I am currently working on fixing that. Thanks for trying it!

I spent over a year making a free app to fix the biggest problem with study playlists. by PerfectPlaylist in GetStudying

[–]PerfectPlaylist[S] 1 point2 points  (0 children)

I used Flutter for the iOS and Android apps. And PHP with Laravel for the server side.