podcast app – flutter & redux
a podcast app with 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 depending on whether the textfield is empty or not.
- favorite: displays liked podcasts and a button for each podcast to unlike it.
- podcast: displays information and the episodes list of a particular podcast.
- episode: displays information about the episode, a dynamic slider that changes the duration synchronously, and other non-functional ui buttons (inspired from an existing ui).
- about: displays basic information about the app.
running the app
download this repo, run it and you’re good to go.
git download http://www.github.com/bilalelmahdaoui/podcast-app.git
cd podcast-app
flutter create .
flutter run
Comments are closed.