Podcast App – Flutter & Redux Preview Introduction I have built a basic podcast app with an interactive UI, as well as some of its functionalities : Like System Multi-word search system. The app currently has 5 screens : Home: With a hard-coded list of podcasts and an integrated search field. The screen adapts automatically ..
Category : Podcast
A library for searching for podcasts (via iTunes), parsing podcast RSS feeds and obtaining episodes details. Usage Search for podcasts with ‘widgets’ in the title and find the top podcasts. Both examples limit to 10 results and are set for the United Kingdom: import ‘package:podcast_search/podcast_search.dart’; main() async { var search = Search(); /// Search for ..
Anytime Podcast Player This is the official repository for the Anytime Podcast Player – the simple Podcast playing app built with Dart & Flutter. 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 ..