1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-18 20:40:52 +01:00

38 lines
1.7 KiB
Markdown
Raw Normal View History

2020-02-09 20:13:56 +08:00
# Tsacdop
[![CircleCI](https://circleci.com/gh/stonega/tsacdop.svg?style=svg)](https://circleci.com/gh/stonega/workflows/tsacdop/)
2020-02-12 21:09:03 +08:00
## About
<p align="center">
2020-03-14 11:20:46 +08:00
<img src="https://raw.githubusercontent.com/stonega/tsacdop/master/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png" art = "Logo"/> </br>
<img src="https://raw.githubusercontent.com/stonega/tsacdop/master/android/app/src/main/res/mipmap-xxhdpi/text.png" art = "Tsacdop"/>
</p>
2020-02-09 20:13:56 +08:00
2020-02-12 21:09:03 +08:00
Enjoy podcasts with Tsacdop.
Tsacdop is a podcast player developed with flutter, only for Android right now.
2020-02-11 21:01:57 +08:00
The development is still on early stage.
2020-02-09 20:42:33 +08:00
Credit to flutter team and involved plugin developers, especially [webfeed](https://github.com/witochandra/webfeed) and [Just_Audio](https://pub.dev/packages/just_audio).
2020-02-09 20:42:33 +08:00
2020-02-11 21:01:57 +08:00
The podcasts search engine is powered by [ListenNotes](https://listennotes.com).
## Preview
2020-03-14 11:25:45 +08:00
<p align="left">
<img height=100 src="https://raw.githubusercontent.com/stonega/tsacdop/master/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png" art = "Logo"/> </br>
<img src="https://raw.githubusercontent.com/stonega/tsacdop/master/preview/Screenshot_podcast.png" art = "Podcast"/>
</p>
2020-02-12 21:18:20 +08:00
## License
Tsacdop is licensed under the [MIT](https://github.com/stonega/tsacdop/blob/master/LICENSE) license.
2020-02-12 21:09:03 +08:00
2020-02-09 20:13:56 +08:00
## 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:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.