A Podcast Mobile App, where you can listen to a variety of the best podcasts, explore podcasts by genres, save podcasts you want to listen to later, and much more!✨
- Flutter 3.10.5
- Bloc
- Hive
If you want to run the app, please generate your own ListenNotes's API Key in https://www.listennotes.com/api/ , and place the key in a file at lib/common/secrets/my_secret.dart
class MySecret {
static const listenNotesApiKey = '<Your API Key>';
}