Simple podcasts (netcasts) management powered by open source software
Homepage | Drawer | Explore | Discover |
---|---|---|---|
Podcast | Episodes | Player | Settings |
---|---|---|---|
- You want an ad-free app for your podcasts consumption
- You want an app powered by open source software
- You want an app you can clone, tinker with, and add functionality to
- You have always had an idea that's been missing from your podcast app that you would like to see
- We aren't designers :( - perhaps you can design a better theme for you
- You want to learn more about Flutter which powers this app
- Find and subscribe to podcasts
- Download and play podcast episodes
- Share podcasts
- Favorite and share podcast episodes
- Limit data usage / download only when wifi is available
- Customize look and feel via themes
- Better local notifications
- Chromecast support
- Allow development without requiring a datastore
The repo might seem like an odd mix of the flutter stack and the npm world. In part, it's laziness and reliance of convenience/experience with node/npm.
There is no support for developing via an emulator. A priviledge docker container is used in conjunction with an usb-connected device.
- Build the docker image via
npm run build:docker
(it will be called flutter-dev - it's a generic image to allow flutter development) - Start developing via
npm run start:docker
By default, this will trigger flutter run
within the container. However, to
use another entrypoint, try npm run start:docker -- lib/main_prod.dart
.
Currently, I maintain a datastore with popular podcast data. In order to contribute, you would need information about this datastore. As a substitute, you are able to reproduce this datastore using the podcasts-fetcher work.
I have not made what's required to release this app in the play store (keys, release settings, etc) available via github. It's essentially what's in the flutter docs guiding developers through the release process.
For help getting started with Flutter, view the official documentation.
Find out more about the flutter developer experience while building this app.