Tsacdop è un lettore di podcast sviluppato con Flutter, un'app pulita, semplicemente bella e amichevole, che è anche gratuita e open source. https://funkwhale.it
Go to file
stonegate 40e2d880b5 Replace color picker 2020-05-08 23:22:31 +08:00
.circleci Replace color picker 2020-05-08 23:22:31 +08:00
android Replace color picker 2020-05-08 23:22:31 +08:00
assets Add intro slider 2020-04-06 20:18:08 +08:00
ios first commit 2020-02-09 20:29:09 +08:00
lib Replace color picker 2020-05-08 23:22:31 +08:00
preview new file: preview/1585896237809.png 2020-04-03 14:51:58 +08:00
test Export ompli file 2020-03-20 03:58:30 +08:00
tool Export ompli file 2020-03-20 03:58:30 +08:00
.gitignore Add open container for episodegrid 2020-03-23 01:03:53 +08:00
.metadata first commit 2020-02-09 20:29:09 +08:00
LICENSE Create LICENSE 2020-02-12 21:07:52 +08:00
README.md Add build notice 2020-04-21 16:41:38 +08:00
pubspec.yaml Replace color picker 2020-05-08 23:22:31 +08:00

README.md


CircleCI GitHub release (latest by date) GooglePlay

About

Enjoy podcasts with Tsacdop.

Tsacdop is a podcast player developed with flutter, a clean, simply beautiful and friendly app, only support Android right now.

Credit to flutter team and all involved plugins, especially webfeed and Just_Audio.

The podcasts search engine is powered by ListenNotes.

Features

  • Subscriptoin group management
  • Playlist support
  • Sleep timer
  • OMPL file export and import
  • Auto syncing in background
  • Listen and subscribe history record
  • Dark mode / Accent color personalization
  • Download for offline playing

More to come...

Preview

HomePage Group Podcast Episode DarkMode

License

Tsacdop is licensed under the GPL V3.0 license.

Build

Tsacdop is using ListenNotes api 1.0 pro to search podcast, which is not free. So I can not expose the api key in the repo. If you want to build the app, you need to create a new file named .env.dart in lib folder. Add below code in .env.dart.

final environment = {"apiKey":"APIKEY"};

You can get own api key on RapidApi, basic plan is free to all, and replace "APIKEY" with it. If no api key added, the search function in the app won't work. But you can still add podcasts by serach rss link or import ompl file.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.