Git Product home page Git Product logo

anytime_podcast_player's Introduction

Anytime Podcast Player

This is the official repository for the Anytime Podcast Player - the simple Podcast playing app built with Dart & Flutter.


screenshot1.pngscreenshot2.png screenshot3.png

Getting Started

Anytime is currently in Alpha - so please expect bugs! It also only supports Android at this time. A version for iOS is in the works, but is slower going as I do not have any Apple hardware to build or test on.

Testers

I am looking for a few people to help me test the binaries on the Google Play Store in a closed Alpha test. If you would be willing to help me, please drop me an email at [email protected] or raise a GitHub issue. Once Anytime is out of Alpha I will move to an open Beta test on the Play Store.

Building from source

If you do not have the Flutter SDK installed, follow the instructions from the Flutter site here.

To build from source fetch the latest from master:

git clone https://github.com/amugofjava/podcast_search.git

From the anytime directory fetch the dependencies:

flutter packages get

Then either run:

flutter run

Or build:

flutter build apk

Built With

Anytime makes use of several amazing packages available on pub.dev. Below is a list of the packages that are heavily used within the application.

  • Flutter - SDK.
  • Sembast - NoSQL persistent store.
  • RxDart - adds additional capabilities to Dart Streams and StreamControllers.
  • Audio Service - Provides background support for supporting audio libraries.
  • Podcast Search - Provides podcast search and parsing.

Architecture

architecture.png

Anytime takes a layered approach:

  • UI - The UI presented to the users. Currently this is mobile, but could be extended to web and/or desktop in the future.
  • BLoC - Handles the state for the UI. Communication between the UI and BLoC is entirely via Sinks and Streams.
  • Services - Interacts with the API and Repository to provide data handling routines to the BLoCs and other services.
  • API - Interacts with the iTunes API (via a package) to fetch and parse podcast data.
  • Repository - Provides persistent storage.

Contributing

If you have an issue or discover a bug, please raise a GitHub issue. Pull requests are also welcome.

Have a question?

If you wish to reach out to me directly you can find me at [email protected].

License

Anytime is released under a BSD-Style License. See the LICENSE file for further details.

anytime_podcast_player's People

Contributors

amugofjava avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.