Listen to music from a large list of music subreddits
No additional configuration should be required, juste use flutter run
or launch it via your IDE on an emulator or physical device.
- Select your genre and then the subreddit you want to load from (Subreddits list copied from r/music wiki)
- The threads are loaded as a json simply via the r/subreddit.json url and filtered if the post have a youtube link
- The youtube id is passed to the plugin YoutubeExtractor to get the audio stream url
- The audio stream is played with AudioPlayers plugin
- The user can enjoy a selection of music content curated by fellow redditors !
- Retrieve content from subreddits
- Play a single song (may not keep this one)
- Play a list of songs
- Basic player controls (play/pause/stop/previous/next)
- A proper and clean UI (at least to my linking it is !)
- Select a random subreddit
- Random play
- Combine multiple subreddits
- A LOT of miscellaneous improvements
** Feel free to add constructive feedback and issues ! I'll try to keep working on it on my (somewhat limited) free time, and any help/contribution/ideas are very welcome !**